I'm aware that the use of \usepackage[T1]{fontenc} is advised to prevent a lot of inconveniences on the output. However, it makes my font too light, which I confirmed by generating a pdf with the same source text without the fontenc package.
This is my preamble
\documentclass[10pt, oneside, twocolumn, notitlepage]{article}
\usepackage{sectsty}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage[a4paper,margin=1.5cm]{geometry}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{caption}
\usepackage{float}
\usepackage{siunitx}
I use miktex on windows to compile. How do I solve it?
Sorry if I'm not presenting some relevant information or if the answer is obvious, I know nothing of the programming aspects of the typesetting system.
Thanks!
lmodern(which recommended for languages with accented letters anyway) in the place ofcm-super? – Bernard Nov 23 '16 at 18:23cm_superas explained on the post solved my problem, thanks so much! – GaloisFan Nov 23 '16 at 19:26lmodernis not. Did you check? – Bernard Nov 23 '16 at 19:32cm_supersolved my problem and I just tried to installlmodernas you recommended but couldn't find it on the package manager. – GaloisFan Nov 23 '16 at 19:38lm. – Bernard Nov 23 '16 at 19:41Latin Modernare very close toComputer Modern(the default) while being adapted to most European languages for a correct hyphenation. – Bernard Nov 23 '16 at 19:52