mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
Corrects font url
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user