aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-09-23 18:11:14 +0200
committerGitHub <noreply@github.com>2016-09-23 18:11:14 +0200
commit00491f422b604787cfef076ddd9cae9f07d06606 (patch)
tree5f6e22251185e63c5ae776aeca9e6862c8087b3a
parent284279f61e493bf70a8375eb772d293b9fb5d6bf (diff)
parentabb9e892e48d32936a35510cb0dc057a27231f42 (diff)
downloadpandoc-00491f422b604787cfef076ddd9cae9f07d06606.tar.gz
Merge pull request #216 from artemklevtsov/patch-1
Custom font families for beamer template
-rw-r--r--default.beamer3
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$