Update the fonts config so we get more proper weights versions
This commit is contained in:
parent
e328d937de
commit
e2cf4c0cbd
@ -1,9 +1,19 @@
|
||||
/* see https://gwfh.mranftl.com/fonts/ for available weights */
|
||||
{
|
||||
"googleFonts": {
|
||||
"families": {
|
||||
"Atkinson Hyperlegible": true,
|
||||
"Libre Baskerville": true,
|
||||
"Ubuntu Mono": true,
|
||||
"Atkinson Hyperlegible": {
|
||||
"wght": [400, 700],
|
||||
"ital": [400, 700]
|
||||
},
|
||||
"Libre Baskerville": {
|
||||
"wght": [400, 500, 600, 700],
|
||||
"ital": [400, 500, 600, 700]
|
||||
},
|
||||
"Ubuntu Mono": {
|
||||
"wght": [400, 700],
|
||||
"ital": [400, 700]
|
||||
},
|
||||
"Anton": true
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user