diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 17:17:02 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-05-05 17:17:02 +0200 |
commit | 70dd7f1e202296528e40f09a80ecd11a6ce29db0 (patch) | |
tree | 0576f64cc25eba71545dd4c94bbae552da362425 /common | |
parent | bf88a0d0b0d3f03320ad3cc52eed7c7087ea1f3c (diff) |
Updated the resources
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 + ] |