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

Commit 9c4581f

Browse files
committed
Update 08-ibarra.json
Move font families definition to the corresponding style variation. See #8079
1 parent 699f61d commit 9c4581f

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

assembler/styles/typography/08-ibarra.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,49 @@
1919
],
2020
"settings": {
2121
"typography": {
22+
"fontFamilies": [
23+
{
24+
"fontFace": [
25+
{
26+
"fontFamily": "Ibarra Real Nova",
27+
"fontStretch": "normal",
28+
"fontStyle": "normal",
29+
"fontWeight": "100 800",
30+
"src": [
31+
"file:./assets/fonts/ibarra-real-nova/IbarraRealNova-VariableFont_wght.ttf"
32+
]
33+
}
34+
],
35+
"fontFamily": "\"Ibarra Real Nova\", serif",
36+
"name": "Ibarra Real Nova",
37+
"slug": "ibarra-real-nova"
38+
},
39+
{
40+
"fontFace": [
41+
{
42+
"fontFamily": "Inter",
43+
"fontStretch": "normal",
44+
"fontStyle": "normal",
45+
"fontWeight": "100 800",
46+
"src": [
47+
"file:./assets/fonts/inter/InterVariable.ttf"
48+
]
49+
},
50+
{
51+
"fontFamily": "Inter",
52+
"fontStretch": "normal",
53+
"fontStyle": "italic",
54+
"fontWeight": "100 800",
55+
"src": [
56+
"file:./assets/fonts/inter/InterVariable-Italic.ttf"
57+
]
58+
}
59+
],
60+
"fontFamily": "\"Inter\", sans-serif",
61+
"name": "Inter",
62+
"slug": "inter"
63+
}
64+
],
2265
"fontSizes": [
2366
{
2467
"name": "Small",

0 commit comments

Comments
 (0)