Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 406d7f0

Browse files
committed
Update 01-figtree.json
Move font families definition to the corresponding style variation. See #8079
1 parent fb9d983 commit 406d7f0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

assembler/styles/typography/01-figtree.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,31 @@
1616
],
1717
"settings": {
1818
"typography": {
19+
"fontFamilies": [
20+
{
21+
"fontFace": [
22+
{
23+
"fontFamily": "Figtree",
24+
"fontStyle": "normal",
25+
"fontWeight": "400 700",
26+
"src": [
27+
"file:./assets/fonts/figtree/Figtree-VariableFont_wght.ttf"
28+
]
29+
},
30+
{
31+
"fontFamily": "Figtree",
32+
"fontStyle": "italic",
33+
"fontWeight": "400 700",
34+
"src": [
35+
"file:./assets/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf"
36+
]
37+
}
38+
],
39+
"fontFamily": "\"Figtree\", sans-serif",
40+
"name": "Figtree",
41+
"slug": "figtree"
42+
}
43+
],
1944
"fontSizes": [
2045
{
2146
"name": "Small",

0 commit comments

Comments
 (0)