You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wondered which math font to use in connection to the default fonts for Deedy (Lato and Raleway). The text fonts are very light, which cause the combination to look rather "weird":
I tried to make the fonts lighter (with limited success) or find another well fitting font, see eg:
After some struggles, I was rather happy with following solution:
the light front from kpfonts
still they were too "thick", so I made them almost grey
use the no-math option for fontspec, such that it doesn't change the math fonts
% Set main fonts\usepackage[light]{kpfonts}
% \usepackage{lmodern}\everymath{\color{black!50}}
\usepackage[no-math]{fontspec}
which results in the following:
(Note that I on purpose highlighted my name, F. Zeiser, but that's another issue. The math fonts don't disturb the eye any longer)
The text was updated successfully, but these errors were encountered:
I wondered which math font to use in connection to the default fonts for Deedy (Lato and Raleway). The text fonts are very light, which cause the combination to look rather "weird":
I tried to make the fonts lighter (with limited success) or find another well fitting font, see eg:
How do I get a light math font?
Suggest a “nice” font family for my basic LaTeX template (text and math)
See also this font cataloge with math support
After some struggles, I was rather happy with following solution:
light
front fromkpfonts
no-math
option for fontspec, such that it doesn't change the math fontswhich results in the following:
(Note that I on purpose highlighted my name, F. Zeiser, but that's another issue. The math fonts don't disturb the eye any longer)
The text was updated successfully, but these errors were encountered: