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

Commit

Permalink
Update 14-syne.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 c6c44eb commit 1acaf9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assembler/styles/typography/14-syne.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Syne",
"fontStyle": "normal",
"fontWeight": "400 700",
"src": [
"file:./assets/fonts/syne/Syne-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Syne\", sans-serif",
"name": "Syne",
"slug": "syne"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 1acaf9e

Please sign in to comment.