Fixed names of files to match with file name

Fix an issue of "Frutiger_bold.woff" and "frutiger.woff" being named incorrectly
This commit is contained in:
Nacroni 2023-02-15 19:50:02 -05:00 committed by GitHub
parent 0d053acee3
commit 5014fe7f15
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
}