diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-09-23 18:11:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 18:11:14 +0200 |
commit | 00491f422b604787cfef076ddd9cae9f07d06606 (patch) | |
tree | 5f6e22251185e63c5ae776aeca9e6862c8087b3a | |
parent | 284279f61e493bf70a8375eb772d293b9fb5d6bf (diff) | |
parent | abb9e892e48d32936a35510cb0dc057a27231f42 (diff) | |
download | pandoc-00491f422b604787cfef076ddd9cae9f07d06606.tar.gz |
Merge pull request #216 from artemklevtsov/patch-1
Custom font families for beamer template
-rw-r--r-- | default.beamer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.beamer b/default.beamer index 3219028f8..a54519ced 100644 --- a/default.beamer +++ b/default.beamer @@ -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$ |