make font paths work with new directory structure
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
db404b1ff8
commit
dcac36a5ba
|
@ -1,12 +1,12 @@
|
|||
@font-face {
|
||||
font-family: Jura;
|
||||
src: url(fonts/Jura-VariableFont_wght.ttf) format(tr);
|
||||
src: url(../fonts/Jura-VariableFont_wght.ttf) format(tr);
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: League;
|
||||
src: url(fonts/LeagueGothic-Regular-VariableFont_wdth.ttf);
|
||||
src: url(../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf);
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue