diff --git a/cv.html b/cv.html
index a41a96d..945f23c 100644
--- a/cv.html
+++ b/cv.html
@@ -22,6 +22,7 @@
max-width: 80ch;
padding: 1ch;
margin: 0 auto;
+ font-family: Vollkorn, serif;
}
h3 {
@@ -55,10 +56,36 @@
}
@media print {
- body, a {
+
+ body,
+ a {
color: black;
}
}
+
+ @font-face {
+ font-family: Vollkorn;
+ src: url("vollkorn/Vollkorn-Regular.woff2") format("woff2");
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ }
+
+ @font-face {
+ font-family: Vollkorn;
+ src: url("vollkorn/Vollkorn-Italic.woff2") format("woff2");
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ }
+
+ @font-face {
+ font-family: Vollkorn;
+ src: url("vollkorn/Vollkorn-Bold.woff2") format("woff2");
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ }
diff --git a/vollkorn/Vollkorn-Bold.woff2 b/vollkorn/Vollkorn-Bold.woff2
new file mode 100644
index 0000000..dd49127
Binary files /dev/null and b/vollkorn/Vollkorn-Bold.woff2 differ
diff --git a/vollkorn/Vollkorn-Italic.woff2 b/vollkorn/Vollkorn-Italic.woff2
new file mode 100644
index 0000000..86adcfe
Binary files /dev/null and b/vollkorn/Vollkorn-Italic.woff2 differ
diff --git a/vollkorn/Vollkorn-Regular.woff2 b/vollkorn/Vollkorn-Regular.woff2
new file mode 100644
index 0000000..dbd7cb3
Binary files /dev/null and b/vollkorn/Vollkorn-Regular.woff2 differ