Font path fix?

This commit is contained in:
Kaj Forney 2022-12-06 07:07:46 -07:00
parent 9d7132c9b7
commit 506748c2b6
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -99,7 +99,7 @@ body {
h1 {
font-family: VT323;
font-size: 64px;
src: url("../fonts/VT323-Regular.ttf");
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
color: #FFBC42;
text-align: center;
}
@ -107,7 +107,7 @@ h1 {
h2{
font-family: Oswald;
font-size: 64px;
src: url("../fonts/Oswald-Regular.ttf");
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
color: #78a1bb;
text-align: center;
}
@ -115,7 +115,7 @@ h2{
h5 {
font-family: 'IBM Plex Mono', monospace;
font-size: 28px;
src: url("../fonts/IBMPlexMono-Regular.ttf");
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
color: #78a1bb;
text-align: center;
}
@ -123,7 +123,7 @@ h5 {
p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 28px;
src: url("../fonts/IBMPlexSans-Regular.ttf");
src: url("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
color: #78a1bb;
text-align: center;
}