mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 19:10:10 -07:00
Ackshual font fix.
This commit is contained in:
parent
506748c2b6
commit
fb91711b80
1 changed files with 79 additions and 62 deletions
25
css/main.css
25
css/main.css
|
@ -96,10 +96,10 @@ body {
|
||||||
background-image: url("/img/branding/backgroundSmall.png");
|
background-image: url("/img/branding/backgroundSmall.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: VT323;
|
font-family: VT323;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
|
|
||||||
color: #FFBC42;
|
color: #FFBC42;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,6 @@ h1 {
|
||||||
h2{
|
h2{
|
||||||
font-family: Oswald;
|
font-family: Oswald;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
|
|
||||||
color: #78a1bb;
|
color: #78a1bb;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +114,6 @@ h2{
|
||||||
h5 {
|
h5 {
|
||||||
font-family: 'IBM Plex Mono', monospace;
|
font-family: 'IBM Plex Mono', monospace;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
src: url("https://kforney.github.io/fonts/IBMPlexMono-Regular.ttf");
|
|
||||||
color: #78a1bb;
|
color: #78a1bb;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -123,7 +121,6 @@ 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("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
|
|
||||||
color: #78a1bb;
|
color: #78a1bb;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -204,6 +201,26 @@ iframe[src*=itch]
|
||||||
color: #FFBC42;
|
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
|
Helper classes
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
Loading…
Reference in a new issue