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
f3ccd026fb
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,7 @@ h3 {
|
|||
}
|
||||
|
||||
main {
|
||||
font-family: Jura, serif;
|
||||
font-family: Jura, Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-size: 1.6rem;
|
||||
width: 100%;
|
||||
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue