Closed Vuccappella closed 4 months ago
Thanks for the suggestion. It looks like there's a pr https://github.com/Renovamen/oh-my-cv/pull/12 already attempting this. I’ll look into it.
This should be resolved by pr https://github.com/Renovamen/oh-my-cv/pull/12. I'll add font-family fallbacks later.
I think the idea behind making a markdown CV is it should be simple and easy yet somewhat flxible.
the problem with the tool right now is you can use only google fonts, so the most popular fonts, especially for CV's - Times New Roman. Arial, Helvetica,Calibri etc. are actually not available, this causes several problems:
My suggestion is at the very least to add classic fonts like Arial,Times New Roman,Calibri, Helvetica etc. to the dropdown and make one of them them be the default.
As a workaround in css on the heading you can specify font-family: Arial, Helvetica, sans-serif; and over write the google fonts but this has to be tested better.