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

Commit

Permalink
Update 05-fahkwang.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 5d92660 commit 0ff85fe
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions assembler/styles/typography/05-fahkwang.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,70 @@
],
"settings": {
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Fahkwang",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/fahkwang/Fahkwang-Regular.ttf"
]
},
{
"fontFamily": "Fahkwang",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/fahkwang/Fahkwang-Italic.ttf"
]
},
{
"fontFamily": "Fahkwang",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/fahkwang/Fahkwang-Bold.ttf"
]
},
{
"fontFamily": "Fahkwang",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/fahkwang/Fahkwang-BoldItalic.ttf"
]
}
],
"fontFamily": "\"Fahkwang\", sans-serif",
"name": "Fahkwang",
"slug": "fahkwang"
},
{
"fontFace": [
{
"fontFamily": "DM Sans",
"fontStyle": "normal",
"fontWeight": "300 700",
"src": [
"file:./assets/fonts/dm-sans/DMSans-VariableFont_opsz,wght.ttf"
]
},
{
"fontFamily": "DM Sans",
"fontStyle": "italic",
"fontWeight": "300 700",
"src": [
"file:./assets/fonts/dm-sans/DMSans-Italic-VariableFont_opsz,wght.ttf"
]
}
],
"fontFamily": "\"DM Sans\", sans-serif",
"name": "DM Sans",
"slug": "dm-sans"
}
],
"fontSizes": [
{
"name": "Small",
Expand Down

0 comments on commit 0ff85fe

Please sign in to comment.