aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-05-05 17:17:02 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-05-05 17:17:02 +0200
commit70dd7f1e202296528e40f09a80ecd11a6ce29db0 (patch)
tree0576f64cc25eba71545dd4c94bbae552da362425 /common
parentbf88a0d0b0d3f03320ad3cc52eed7c7087ea1f3c (diff)
Updated the resources
Diffstat (limited to 'common')
-rw-r--r--common/10_fonts.tex11
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
+ ]