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 f3ccd026fb
13 changed files with 3 additions and 3 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;
} }
@ -82,7 +82,7 @@ h3 {
} }
main { main {
font-family: Jura, serif; font-family: Jura, Verdana, Geneva, Tahoma, sans-serif;
font-size: 1.6rem; font-size: 1.6rem;
width: 100%; width: 100%;
max-width: 1200px; max-width: 1200px;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.