Ackshual font fix.

This commit is contained in:
Kaj Forney 2022-12-06 09:10:19 -07:00
parent 506748c2b6
commit fb91711b80
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -96,10 +96,10 @@ body {
background-image: url("/img/branding/backgroundSmall.png");
}
h1 {
font-family: VT323;
font-size: 64px;
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
color: #FFBC42;
text-align: center;
}
@ -107,7 +107,6 @@ h1 {
h2{
font-family: Oswald;
font-size: 64px;
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
color: #78a1bb;
text-align: center;
}
@ -115,7 +114,6 @@ h2{
h5 {
font-family: 'IBM Plex Mono', monospace;
font-size: 28px;
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
color: #78a1bb;
text-align: center;
}
@ -123,7 +121,6 @@ h5 {
p {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 28px;
src: url("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
color: #78a1bb;
text-align: center;
}
@ -204,6 +201,26 @@ iframe[src*=itch]
color: #FFBC42;
}
@font-face {
font-family: VT323;
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
}
@font-face {
font-family: Oswald;
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
}
@font-face {
font-family: 'IBM Plex Mono', monospace;
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
}
@font-face {
font-family: 'IBM Plex Sans', sans-serif;
src: url("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
}
/* ==========================================================================
Helper classes
========================================================================== */