Corrects font url

This commit is contained in:
Matthew
2021-03-01 14:41:55 +00:00
parent 81904c5396
commit f41daeef41

View File

@@ -111,16 +111,16 @@ url("/fonts/space-mono/SpaceMono-Regular.eot") format("opentype");
@font-face {
font-family: 'Montserrat';
font-weight: normal;
src: url("/fonts/space-mono/Montserrat-Regular.ttf");
src: url("/fonts/space-mono/Montserrat-Regular.woff") format("woff"),
url("/fonts/space-mono/Montserrat-Regular.eot") format("opentype");
src: url("/fonts/Montserrat/Montserrat-Regular.ttf");
src: url("/fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
url("/fonts/Montserrat/Montserrat-Regular.eot") format("opentype");
}
@font-face {
font-family: 'Montserrat';
font-weight: bold;
src: url("/fonts/space-mono/Montserrat-Bold.ttf");
src: url("/fonts/space-mono/Montserrat-Bold.woff") format("woff"),
url("/fonts/space-mono/Montserrat-Bold.eot") format("opentype");
src: url("/fonts/Montserrat/Montserrat-Bold.ttf");
src: url("/fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
url("/fonts/Montserrat/Montserrat-Bold.eot") format("opentype");
}
.mono {