Use Vollkorn typeface

This commit is contained in:
Benjamin 2023-02-04 15:41:23 +01:00
parent 358a446aa3
commit f182041728
4 changed files with 28 additions and 1 deletions

29
cv.html
View file

@ -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;
}
</style>
</head>

Binary file not shown.

Binary file not shown.

Binary file not shown.