improve homepage
This commit is contained in:
parent
9a9e9ce8a6
commit
1e916efc85
10 changed files with 133 additions and 8 deletions
12
assets/scss/fonts/playfair.scss
Normal file
12
assets/scss/fonts/playfair.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
@font-face {
|
||||
font-family: "playfair";
|
||||
src: local("Playfair"),
|
||||
url("/fonts/playfair/PlayfairDisplay-Regular.woff2") format(woff2);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "playfair";
|
||||
src: local("Playfair"),
|
||||
url("/fonts/playfair/PlayfairDisplay-Bold.woff2") format(woff2);
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue