Fix font urls

This commit is contained in:
Josef Skladanka 2016-07-08 11:04:06 +02:00
parent 8f6ff8cd5f
commit bc7f5e63b6

View file

@ -3,7 +3,7 @@
src: local("Overpass Regular"),
local(Overpass),
local(Overpass-Regular),
url(static/fonts/Overpass-Regular.ttf);
url(../fonts/Overpass-Regular.ttf);
font-style: normal;
font-weight: 400;
}
@ -13,7 +13,7 @@
src: local("Overpass Bold"),
local(Overpass-Bold),
local(Overpass-Bold),
url(static/fonts/Overpass-Bold.ttf);
url(../fonts/Overpass-Bold.ttf);
font-style: normal;
font-weight: 700;
}
@ -22,7 +22,7 @@
font-family: "Overpass";
src: local("Overpass Light"),
local(Overpass-Light),
url(static/fonts/Overpass-Light.ttf);
url(../fonts/Overpass-Light.ttf);
font-style: normal;
font-weight: 300;
}