我搜索了很多次,但没有找到改变每个部分每条水平线下方日期字体的方法。
我使用带有和的moderncv
经典主题。fontspec
fontawesome
答案1
您只需要重新定义hintfont
。当您使用 时fontspec
,以下内容:
\newfontfamily\bio[Ligatures=TeX]{Linux Biolinum}% this only works if you are using fontspec under Xe- or LuaLaTex
\renewcommand*{\hintfont}{\bio\small\mdseries\itshape}
例如,使用 Linux Biolinum 以小号、常规粗细和斜体打印日期。