mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-12 18:32:02 -07:00
Bug fix.
This commit is contained in:
parent
fe236cc3b2
commit
9d7132c9b7
2 changed files with 8 additions and 8 deletions
12
css/main.css
12
css/main.css
|
@ -99,7 +99,7 @@ body {
|
|||
h1 {
|
||||
font-family: VT323;
|
||||
font-size: 64px;
|
||||
src: url("/fonts/VT323-Regular.ttf");
|
||||
src: url("../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("../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("../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("../fonts/IBMPlexSans-Regular.ttf");
|
||||
color: #78a1bb;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -163,14 +163,14 @@ iframe[src*=itch]
|
|||
.navbar-brand {
|
||||
font-family: VT323;
|
||||
font-size: 36px;
|
||||
src: url("/fonts/VT323-Regular.ttf");
|
||||
src: url("../fonts/VT323-Regular.ttf");
|
||||
color: #FFBC42;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
font-family: VT323;
|
||||
font-size: 36px;
|
||||
src: url("/fonts/VT323-Regular.ttf");
|
||||
src: url("../fonts/VT323-Regular.ttf");
|
||||
color: #78a1bb;
|
||||
}
|
||||
|
||||
|
|
|
@ -106,8 +106,8 @@
|
|||
<div class="carousel-item">
|
||||
<img src="img/art/symbolSet_fullSet.png" class="d-block w-100" alt="...">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<h5 style="class="text-shadow"></h5>
|
||||
<p style="class="text-shadow"></p>
|
||||
<h5 class="text-shadow"></h5>
|
||||
<p class="text-shadow"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue