make font paths work with new directory structure
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-05-27 10:51:24 +02:00
parent db404b1ff8
commit dcac36a5ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
@font-face { @font-face {
font-family: Jura; 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-style: normal;
} }
@font-face { @font-face {
font-family: League; font-family: League;
src: url(fonts/LeagueGothic-Regular-VariableFont_wdth.ttf); src: url(../fonts/LeagueGothic-Regular-VariableFont_wdth.ttf);
font-style: bold; font-style: bold;
} }