diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-05-19 10:25:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-19 10:25:48 -0700 |
commit | 1a62e83904c9dee869b0b2b33613e4c4c07977b3 (patch) | |
tree | 307de46e67f497f4cd7a248cf11712355a73eda7 | |
parent | 63471c3b8cc2e30ccd92f46b2bc40521960fa066 (diff) | |
parent | fd4ba42666314d851da89619b5d05924c093046e (diff) | |
download | pandoc-1a62e83904c9dee869b0b2b33613e4c4c07977b3.tar.gz |
Merge pull request #198 from vladipus/patch-1
Custom font families
-rw-r--r-- | default.latex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.latex b/default.latex index 0a1c47391..bc84520a3 100644 --- a/default.latex +++ b/default.latex @@ -24,6 +24,9 @@ $endif$ \usepackage{fontspec} \fi \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} +$for(fontfamilies)$ + \newfontfamily{$fontfamilies.name$}[$fontfamilies.options$]{$fontfamilies.font$} +$endfor$ $if(euro)$ \newcommand{\euro}{€} $endif$ |