load fonts relative
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
95245e6011
commit
0b32566990
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "playfair";
|
font-family: "playfair";
|
||||||
src: local("Playfair"),
|
src: local("Playfair"),
|
||||||
url("/fonts/playfair/PlayfairDisplay-Regular.woff2") format(woff2);
|
url("fonts/playfair/PlayfairDisplay-Regular.woff2") format(woff2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "playfair";
|
font-family: "playfair";
|
||||||
src: local("Playfair"),
|
src: local("Playfair"),
|
||||||
url("/fonts/playfair/PlayfairDisplay-Bold.woff2") format(woff2);
|
url("fonts/playfair/PlayfairDisplay-Bold.woff2") format(woff2);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
Loading…
Reference in a new issue