Merge pull request #46 from Nacroni/patch-3

Fixed names of files to match with file name
This commit is contained in:
Connor Hackenberg 2023-03-04 23:46:19 -05:00 committed by GitHub
commit eb180e1103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,13 +58,13 @@
}
@font-face {
font-family: Frutiger;
src: url(/fonts/newfonts/Frutiger.woff) format("woff");
src: url(/fonts/newfonts/frutiger.woff) format("woff");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Frutiger;
src: url(/fonts/newfonts/Frutiger_Bold.woff) format("woff");
src: url(/fonts/newfonts/Frutiger_bold.woff) format("woff");
font-weight: bold;
font-style: normal
}