mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 11:00:09 -07:00
Change fonts to relative links for ease of reuse on other server.
This commit is contained in:
parent
51649e2364
commit
a467be84f3
1 changed files with 4 additions and 4 deletions
|
@ -358,25 +358,25 @@ and was then modified by me as necessary.*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: VT323;
|
font-family: VT323;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
|
src: url("../fonts/VT323-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Oswald, "DejaVu Sans";
|
font-family: Oswald, "DejaVu Sans";
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
|
src: url("../fonts/Oswald-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'IBM Plex Mono';
|
font-family: 'IBM Plex Mono';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
|
src: url("../fonts/IBMPlexMono-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'IBM Plex Sans';
|
font-family: 'IBM Plex Sans';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
|
src: url("../fonts/IBMPlexSans-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue