wip: add font-related files to css-utils
This commit is contained in:
parent
1176cee0c8
commit
aba6504193
6 changed files with 144 additions and 2 deletions
44
config/design-tokens/fonts.json
Normal file
44
config/design-tokens/fonts.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"display": {
|
||||
"family": "Anek Latin",
|
||||
"format": "truetype",
|
||||
"weights": {
|
||||
"ExtraBold": {
|
||||
"path": "/aneklatin/AnekLatin-ExtraBold.ttf",
|
||||
"font-style": "normal",
|
||||
"weight": 800
|
||||
},
|
||||
"Bold": {
|
||||
"path": "/aneklatin/AnekLatin-Bold.ttf",
|
||||
"font-style": "normal",
|
||||
"weight": 700
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"family": "iA Writer Quattro V",
|
||||
"format": "woff2",
|
||||
"weights": {
|
||||
"Regular": {
|
||||
"path": "/quattro/iAWriterQuattroS-Regular.woff2",
|
||||
"font-style": "normal",
|
||||
"weight": 400
|
||||
},
|
||||
"Italic": {
|
||||
"path": "/quattro/iAWriterQuattroS-Italic.woff2",
|
||||
"font-style": "italic",
|
||||
"weight": 400
|
||||
},
|
||||
"Bold": {
|
||||
"path": "/quattro/iAWriterQuattroS-Bold.woff2",
|
||||
"font-style": "normal",
|
||||
"weight": 650
|
||||
},
|
||||
"BoldItalic": {
|
||||
"path": "/quattro/iAWriterQuattroS-BoldItalic.woff2",
|
||||
"font-style": "italic",
|
||||
"weight": 650
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue