This commit is contained in:
parent
9c34083eaa
commit
9fb26dc51f
BIN
assets/fonts/InterVariable-Italic.woff2
Normal file
BIN
assets/fonts/InterVariable-Italic.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/InterVariable.woff2
Normal file
BIN
assets/fonts/InterVariable.woff2
Normal file
Binary file not shown.
55
theme.json
55
theme.json
@ -90,6 +90,61 @@
|
|||||||
"slug": "system",
|
"slug": "system",
|
||||||
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
|
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Inter",
|
||||||
|
"slug": "inter",
|
||||||
|
"fontFamily": "Inter, sans-serif",
|
||||||
|
"fontFace": [
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "400",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable.woff2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontWeight": "400",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable-Italic.woff2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "500",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable.woff2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontWeight": "500",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable-Italic.woff2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "700",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable.woff2"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "Inter",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"fontWeight": "700",
|
||||||
|
"src": [
|
||||||
|
"file:./assets/fonts/InterVariable-Italic.woff2"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user