Fix font urls
This commit is contained in:
parent
8f6ff8cd5f
commit
bc7f5e63b6
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue