fix font reference in css

This commit is contained in:
2025-08-01 13:42:11 -04:00
parent 831cc775ce
commit b8b6297b46
2 changed files with 3 additions and 3 deletions

View File

@@ -3,12 +3,12 @@
@font-face {
font-family: "IBM Plex Sans";
src: url(fonts/IBMPlexSans.ttf)
src: url(../fonts/IBMPlexSans.ttf)
}
@font-face {
font-family: "IBM Plex Mono";
src: url(fonts/IBMPlexMono.ttf)
src: url(../fonts/IBMPlexMono.ttf)
}
/*