Skip to content

Commit

Permalink
Update 02-sora.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 406d7f0 commit bd2f5dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assembler/styles/typography/02-sora.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Sora",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "100 800",
"src": [
"file:./assets/fonts/sora/Sora-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Sora\", sans-serif",
"name": "Sora",
"slug": "sora"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit bd2f5dc

Please sign in to comment.