fix font?

Signed-off-by: Gen <buzhybrid@gmail.com>
This commit is contained in:
Gen 2024-11-15 00:46:49 -08:00 committed by GitHub
parent 5ffe159852
commit 991c023484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,17 @@ body {
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* Victor Mono - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'VictorMono';
font-style: italic;
font-weight: 400;
src: url('./fonts/VictorMono-Italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-700 - latin */ /* urbanist-700 - latin */
@font-face { @font-face {
font-display: swap; font-display: swap;