Fixed font filepath for header font
This commit is contained in:
parent
ba1d26a028
commit
2953c01dd0
|
@ -1,10 +1,10 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: url(../fonts/Orbitron-Regular.ttf) format("truetype");
|
src: url(fonts/Orbitron-Regular.ttf) format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
src: url(../fonts/Roboto-Regular.ttf) format("truetype");
|
src: url(fonts/Roboto-Regular.ttf) format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* start light mode styling */
|
/* start light mode styling */
|
||||||
|
@ -191,7 +191,7 @@ nav a {
|
||||||
}
|
}
|
||||||
nav a:link,
|
nav a:link,
|
||||||
nav a:visited {
|
nav a:visited {
|
||||||
color: var(--text);
|
/*color: var(--text);*/
|
||||||
}
|
}
|
||||||
nav a:hover,
|
nav a:hover,
|
||||||
nav a:focus {
|
nav a:focus {
|
||||||
|
|
Loading…
Reference in New Issue