Use system-ui instead of Vollkorn
This commit is contained in:
parent
f049c5fb83
commit
2b0e5bb1db
26
cv.html
26
cv.html
|
|
@ -36,7 +36,7 @@
|
|||
background-color: var(--color-background);
|
||||
padding: 1ch;
|
||||
margin: 0 auto;
|
||||
font-family: Vollkorn, serif;
|
||||
font-family: system-ui;
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
|
|
@ -115,30 +115,6 @@
|
|||
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>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue