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": {
|
"googleFonts": {
|
||||||
"families": {
|
"families": {
|
||||||
"Atkinson Hyperlegible": true,
|
"Atkinson Hyperlegible": {
|
||||||
"Libre Baskerville": true,
|
"wght": [400, 700],
|
||||||
"Ubuntu Mono": true,
|
"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
|
"Anton": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user