Update the fonts config so we get more proper weights versions

This commit is contained in:
Kuba Orlik 2026-06-25 20:43:30 +02:00
parent e328d937de
commit e2cf4c0cbd

View File

@ -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
}
}