add font command to distinguish free and non-free

This commit is contained in:
Benjamin Kellermann 2013-07-31 11:07:27 +02:00
parent 0ca8fab2a1
commit 97ef55ccf6
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@
\setmainfont[Mapping=tex-text,Numbers={OldStyle}]{Linux Libertine O}
\setsansfont[Mapping=tex-text,Numbers={OldStyle}]{Linux Biolinum O}
% \setmonofont[Mapping=tex-text]{Courier Prime}
\iffree
\newcommand{\DSLogoFont}{\fontspec[Scale=2]{Zepto}}
\else
\newcommand{\DSLogoFont}{\fontspec{FFNetwork}}
\fi
\fi
\RequirePackage{fmtcount}