Skip to content

Commit

Permalink
Update 11-instrument-serif-urbanist.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 2274baf commit 027ffde
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions assembler/styles/typography/11-instrument-serif-urbanist.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,54 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Instrument Serif",
"fontStyle": "normal",
"fontWeight": "400 700",
"src": [
"file:./assets/fonts/instrument-serif/InstrumentSerif-Regular.ttf"
]
},
{
"fontFamily": "Instrument Serif",
"fontStyle": "italic",
"fontWeight": "400 700",
"src": [
"file:./assets/fonts/instrument-serif/InstrumentSerif-Italic.ttf"
]
}
],
"fontFamily": "\"Instrument Serif\", serif",
"name": "Instrument Serif",
"slug": "instrument-serif"
},
{
"fontFace": [
{
"fontFamily": "Urbanist",
"fontStyle": "normal",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/urbanist/Urbanist-VariableFont_wght.ttf"
]
},
{
"fontFamily": "Urbanist",
"fontStyle": "italic",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/urbanist/Urbanist-Italic-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Urbanist\", sans-serif",
"name": "Urbanist",
"slug": "urbanist"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 027ffde

Please sign in to comment.