diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/10_fonts.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/10_fonts.tex b/common/10_fonts.tex new file mode 100644 index 0000000..17df6e1 --- /dev/null +++ b/common/10_fonts.tex @@ -0,0 +1,11 @@ +\usepackage{fontspec} + +\newfontfamily\CaviarDreamsFont{CaviarDreams} + [ Path=../fonts/ + , BoldFont = *_Bold, + , Mapping=tex-text + ] + +\newfontfamily\LibertineFont{Linux Libertine O} + [ Mapping=tex-text + ] |