Use system-ui instead of Vollkorn

This commit is contained in:
Benjamin 2023-02-05 18:57:01 +01:00
parent f049c5fb83
commit 2b0e5bb1db
4 changed files with 1 additions and 25 deletions

26
cv.html
View file

@ -36,7 +36,7 @@
background-color: var(--color-background); background-color: var(--color-background);
padding: 1ch; padding: 1ch;
margin: 0 auto; margin: 0 auto;
font-family: Vollkorn, serif; font-family: system-ui;
} }
li:not(:last-child) { li:not(:last-child) {
@ -115,30 +115,6 @@
size: A4; size: A4;
} }
} }
@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> </style>
</head> </head>

Binary file not shown.

Binary file not shown.

Binary file not shown.