Update theme.json
Add font declarations.
This commit is contained in:
parent
e2ab4ee358
commit
0c4f3acc7a
1 changed files with 41 additions and 2 deletions
|
@ -375,7 +375,7 @@
|
|||
{
|
||||
"fontFamily": "Figtree",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400 700",
|
||||
"fontWeight": "300 400 700",
|
||||
"src": [
|
||||
"file:./assets/fonts/figtree/Figtree-VariableFont_wght.ttf"
|
||||
]
|
||||
|
@ -383,7 +383,7 @@
|
|||
{
|
||||
"fontFamily": "Figtree",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400 700",
|
||||
"fontWeight": "300 400 700",
|
||||
"src": [
|
||||
"file:./assets/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf"
|
||||
]
|
||||
|
@ -767,6 +767,45 @@
|
|||
"fontFamily": "\"Rubik\", sans-serif",
|
||||
"name": "Rubik",
|
||||
"slug": "rubik"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Playfair Display",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400 600",
|
||||
"src": [
|
||||
"file:./assets/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Playfair Display",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400 600",
|
||||
"src": [
|
||||
"file:./assets/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "\"Playfair Display\", sans-serif",
|
||||
"name": "Playfair Display",
|
||||
"slug": "playfair-display"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Tilda Sans",
|
||||
"fontStretch": "normal",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300 400 700",
|
||||
"src": [
|
||||
"file:./assets/fonts/tilda-sans/TildaSans-VF.ttf"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "\"Tilda Sans\", sans-serif",
|
||||
"name": "Tilda Sans",
|
||||
"slug": "tilda-sans"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
|
|
Loading…
Add table
Reference in a new issue