deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

(Light) math font fitting to the default text fonts #60

Open fzeiser opened 3 years ago

fzeiser commented 3 years ago

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":

image

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:

\usepackage[no-math]{fontspec}



which results in the following:
![image](https://user-images.githubusercontent.com/15156776/89871311-82e89480-dbb7-11ea-9e1c-232a702896b9.png)
(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)