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