mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-12 18:32:02 -07:00
Font path fix?
This commit is contained in:
parent
9d7132c9b7
commit
506748c2b6
1 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ body {
|
|||
h1 {
|
||||
font-family: VT323;
|
||||
font-size: 64px;
|
||||
src: url("../fonts/VT323-Regular.ttf");
|
||||
src: url("https://kforney.github.io/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("https://kforney.github.io/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("https://kforney.github.io/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("https://kforney.github.io/fonts/IBMPlexSans-Regular.ttf");
|
||||
color: #78a1bb;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue