Fix font to Gentium Basic, which support a bold typeface.

This commit is contained in:
Tobias Markmann 2013-12-01 15:16:29 +01:00
parent 97a44587f6
commit 8411d9d64a
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont[Ligatures={Common}]{Gentium}
\setsansfont[Scale=MatchLowercase]{Gentium}
\setromanfont[Ligatures={Common}]{Gentium Basic}
\setsansfont[Scale=MatchLowercase]{Gentium Basic}
\setmonofont[Scale=MatchLowercase]{Inconsolata}
\setkomafont{descriptionlabel}{\normalfont\bfseries}