mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Fix font fallbacks.
This commit is contained in:
parent
eb2ce3e12e
commit
7b8ad04859
1 changed files with 4 additions and 4 deletions
|
@ -313,25 +313,25 @@ iframe[src*=itch] {
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family: VT323, monospace;
|
||||
font-family: VT323;
|
||||
font-display: swap;
|
||||
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Oswald, "DejaVu Sans", sans-serif;
|
||||
font-family: Oswald, "DejaVu Sans";
|
||||
font-display: swap;
|
||||
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-display: swap;
|
||||
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans', sans-serif;
|
||||
font-family: 'IBM Plex Sans';
|
||||
font-display: swap;
|
||||
src: url("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue