Fixed font filepath for header font

This commit is contained in:
Boreal 2024-07-16 20:59:31 -05:00
parent ba1d26a028
commit 2953c01dd0
1 changed files with 3 additions and 3 deletions

View File

@ -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 {