Skip to content

Commit

Permalink
Update 03-fjalla.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 bd2f5dc commit 720f705
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions assembler/styles/typography/03-fjalla.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,78 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Roboto",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/roboto/Roboto-Light.ttf"
]
},
{
"fontFamily": "Roboto",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/roboto/Roboto-LightItalic.ttf"
]
},
{
"fontFamily": "Roboto",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/roboto/Roboto-Regular.ttf"
]
},
{
"fontFamily": "Roboto",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/roboto/Roboto-Regular.ttf"
]
},
{
"fontFamily": "Roboto",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/roboto/Roboto-Bold.ttf"
]
},
{
"fontFamily": "Roboto",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/roboto/Roboto-BoldItalic.ttf"
]
}
],
"fontFamily": "\"Roboto\", sans-serif",
"name": "Roboto",
"slug": "roboto"
},
{
"fontFace": [
{
"fontFamily": "Fjalla One",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/fjalla-one/FjallaOne-Regular.ttf"
]
}
],
"fontFamily": "\"Fjalla One\", sans-serif",
"name": "Fjalla One",
"slug": "fjalla-one"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 720f705

Please sign in to comment.