combine CSS
This commit is contained in:
parent
165efe1d03
commit
6f46726e92
5 changed files with 11 additions and 7 deletions
14
site/_includes/css/inter.css
Normal file
14
site/_includes/css/inter.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
@font-face {
|
||||
font-family: Inter;
|
||||
font-style: normal;
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
src: url("/fonts/inter/InterVariable.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
font-style: italic;
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
src: url("/fonts/inter/InterVariable-Italic.woff2") format("woff2");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue