Replies: 10 comments
-
Allo @vicrucann , If you want to change the font, I would suggest to use these commandes (they're shown in the awesome-cv.cls and can be tweaked).
However you have to make sure the new font you want to use is in the right directory or use a Hope it helps. |
Beta Was this translation helpful? Give feedback.
-
You can define a custom font family and use it different sections, here is how I use %-------------------------------------------------------------------------------
% Configuration for fonts
%-------------------------------------------------------------------------------
\newfontfamily\alishirfont[
Path=\@fontdir,
UprightFont=*-Regular,
ItalicFont=*-Italic,
BoldFont=*-Bold,
BoldItalicFont=*-BoldItalic,
]{Montserrat}
% For elements of cover letter
\newcommand*{\mylettertextstyle}{\fontsize{8pt}{1.4em}\alishirfont\selectfont\color{graytext}}
p.s.: You should copy font files in the |
Beta Was this translation helpful? Give feedback.
-
Hello everybody, I am still interested in resolving this issue. |
Beta Was this translation helpful? Give feedback.
-
@sylhare I got this error when adding three lines mentioned by you:
Any idea how to fix it? |
Beta Was this translation helpful? Give feedback.
-
Well, I found the solution on StackOverflow: Add these just before
|
Beta Was this translation helpful? Give feedback.
-
How does one change the font size? Or make the font a bit thicker |
Beta Was this translation helpful? Give feedback.
-
I'm trying to change the font style but I still can't do it |
Beta Was this translation helpful? Give feedback.
-
I at some point succeeded, but the end result didn't look well. I suggest keeping to the defaults |
Beta Was this translation helpful? Give feedback.
-
The font size can be changed inside |
Beta Was this translation helpful? Give feedback.
-
I'd like to try some other common font, e.g., Times New Roman. Is there an easy way to change that?
Beta Was this translation helpful? Give feedback.
All reactions