This commit is contained in:
Kaj Forney 2022-12-06 07:06:15 -07:00
parent fe236cc3b2
commit 9d7132c9b7
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
2 changed files with 8 additions and 8 deletions

View file

@ -99,7 +99,7 @@ body {
h1 { h1 {
font-family: VT323; font-family: VT323;
font-size: 64px; font-size: 64px;
src: url("/fonts/VT323-Regular.ttf"); src: url("../fonts/VT323-Regular.ttf");
color: #FFBC42; color: #FFBC42;
text-align: center; text-align: center;
} }
@ -107,7 +107,7 @@ h1 {
h2{ h2{
font-family: Oswald; font-family: Oswald;
font-size: 64px; font-size: 64px;
src: url("/fonts/Oswald-Regular.ttf"); src: url("../fonts/Oswald-Regular.ttf");
color: #78a1bb; color: #78a1bb;
text-align: center; text-align: center;
} }
@ -115,7 +115,7 @@ h2{
h5 { h5 {
font-family: 'IBM Plex Mono', monospace; font-family: 'IBM Plex Mono', monospace;
font-size: 28px; font-size: 28px;
src: url("/fonts/IBMPlexMono-Regular.ttf"); src: url("../fonts/IBMPlexMono-Regular.ttf");
color: #78a1bb; color: #78a1bb;
text-align: center; text-align: center;
} }
@ -123,7 +123,7 @@ h5 {
p { p {
font-family: 'IBM Plex Sans', sans-serif; font-family: 'IBM Plex Sans', sans-serif;
font-size: 28px; font-size: 28px;
src: url("/fonts/IBMPlexSans-Regular.ttf"); src: url("../fonts/IBMPlexSans-Regular.ttf");
color: #78a1bb; color: #78a1bb;
text-align: center; text-align: center;
} }
@ -163,14 +163,14 @@ iframe[src*=itch]
.navbar-brand { .navbar-brand {
font-family: VT323; font-family: VT323;
font-size: 36px; font-size: 36px;
src: url("/fonts/VT323-Regular.ttf"); src: url("../fonts/VT323-Regular.ttf");
color: #FFBC42; color: #FFBC42;
} }
.navbar-text { .navbar-text {
font-family: VT323; font-family: VT323;
font-size: 36px; font-size: 36px;
src: url("/fonts/VT323-Regular.ttf"); src: url("../fonts/VT323-Regular.ttf");
color: #78a1bb; color: #78a1bb;
} }

View file

@ -106,8 +106,8 @@
<div class="carousel-item"> <div class="carousel-item">
<img src="img/art/symbolSet_fullSet.png" class="d-block w-100" alt="..."> <img src="img/art/symbolSet_fullSet.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block"> <div class="carousel-caption d-none d-md-block">
<h5 style="class="text-shadow"></h5> <h5 class="text-shadow"></h5>
<p style="class="text-shadow"></p> <p class="text-shadow"></p>
</div> </div>
</div> </div>
</div> </div>