Skip to content

Commit

Permalink
Update 04-gabarito.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 720f705 commit 5d92660
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions assembler/styles/typography/04-gabarito.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,40 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Gabarito",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/gabarito/Gabarito-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Gabarito\", sans-serif",
"name": "Gabarito",
"slug": "gabarito"
},
{
"fontFace": [
{
"fontFamily": "Noto Sans Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "100 800",
"src": [
"file:./assets/fonts/noto-sans/NotoSansMono-VariableFont_wdth,wght.ttf"
]
}
],
"fontFamily": "\"Noto Sans Mono\", monospace",
"name": "Noto Sans Mono",
"slug": "noto-sans-mono"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 5d92660

Please sign in to comment.