File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 39
39
40
40
% moderncvstylecustom.sty:
41
41
\RequirePackage {fontspec}
42
- \setmainfont {Garamond Premier Pro }
42
+ \setmainfont {GaramondPremrPro }
43
43
\setmonofont [Scale=MatchLowercase]{Fira Code Light}
44
44
45
45
% symbols
137
137
{#3}}
138
138
139
139
% moderncvstylecustom.sty:
140
- % \patchcmd{\makeletterclosing}{\bfseries}{\bfseries\color{color1}}{}{}
140
+ % Use Semibold for opening and closing
141
+ \patchcmd {\makeletterhead }{\@opening }{{\fontspec {GaramondPremrPro-Smbd}\@opening }}{}{}
142
+ \patchcmd {\makeletterclosing }{\@closing }{{\fontspec {GaramondPremrPro-Smbd}\@closing }}{}{}
143
+ \patchcmd {\makeletterclosing }{\bfseries }{\fontspec {GaramondPremrPro-Smbd}}{}{}
144
+
145
+ % moderncvstylecustom.sty:
146
+ % Remove the name from the letter footer.
147
+ \patchcmd {\makeletterfoot }{\bfseries\upshape\@firstname ~\@lastname }{}{}{}
141
148
142
149
\endinput
143
150
You can’t perform that action at this time.
0 commit comments