Skip to content

Commit

Permalink
Update 08-ibarra.json
Browse files Browse the repository at this point in the history
Move font families definition to the corresponding style variation. See #8079
  • Loading branch information
alaczek committed Nov 14, 2024
1 parent 699f61d commit 9c4581f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions assembler/styles/typography/08-ibarra.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,49 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Ibarra Real Nova",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "100 800",
"src": [
"file:./assets/fonts/ibarra-real-nova/IbarraRealNova-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Ibarra Real Nova\", serif",
"name": "Ibarra Real Nova",
"slug": "ibarra-real-nova"
},
{
"fontFace": [
{
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "100 800",
"src": [
"file:./assets/fonts/inter/InterVariable.ttf"
]
},
{
"fontFamily": "Inter",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "100 800",
"src": [
"file:./assets/fonts/inter/InterVariable-Italic.ttf"
]
}
],
"fontFamily": "\"Inter\", sans-serif",
"name": "Inter",
"slug": "inter"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 9c4581f

Please sign in to comment.