Skip to content

Commit

Permalink
Update 01-figtree.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 fb9d983 commit 406d7f0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions assembler/styles/typography/01-figtree.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Figtree",
"fontStyle": "normal",
"fontWeight": "400 700",
"src": [
"file:./assets/fonts/figtree/Figtree-VariableFont_wght.ttf"
]
},
{
"fontFamily": "Figtree",
"fontStyle": "italic",
"fontWeight": "400 700",
"src": [
"file:./assets/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Figtree\", sans-serif",
"name": "Figtree",
"slug": "figtree"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 406d7f0

Please sign in to comment.