Compare commits

...

2 Commits

Author SHA1 Message Date
Connor Hackenberg eb180e1103
Merge pull request #46 from Nacroni/patch-3
Fixed names of files to match with file name
2023-03-04 23:46:19 -05:00
Nacroni 5014fe7f15
Fixed names of files to match with file name
Fix an issue of "Frutiger_bold.woff" and "frutiger.woff" being named incorrectly
2023-02-15 19:50:02 -05:00
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
}