mirror of
https://github.com/kforney/kforney.github.io.git
synced 2025-02-22 04:38:40 -07:00
Add fallback fonts.
This commit is contained in:
parent
544d97bab9
commit
eb2ce3e12e
1 changed files with 6 additions and 6 deletions
12
css/main.css
12
css/main.css
|
@ -115,14 +115,14 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: VT323;
|
font-family: VT323, monospace;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
color: #FFBC42;
|
color: #FFBC42;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: Oswald;
|
font-family: Oswald, "DejaVu Sans", sans-serif;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
color: #78a1bb;
|
color: #78a1bb;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -180,13 +180,13 @@ iframe[src*=itch] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
font-family: VT323;
|
font-family: VT323, monospace;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
color: #FFBC42;
|
color: #FFBC42;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-text {
|
.navbar-text {
|
||||||
font-family: VT323;
|
font-family: VT323, monospace;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
color: #78a1bb;
|
color: #78a1bb;
|
||||||
}
|
}
|
||||||
|
@ -313,13 +313,13 @@ iframe[src*=itch] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: VT323;
|
font-family: VT323, monospace;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
|
src: url("https://kforney.github.io/fonts/VT323-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Oswald;
|
font-family: Oswald, "DejaVu Sans", sans-serif;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
|
src: url("https://kforney.github.io/fonts/Oswald-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue