strona-czynna/src/fonts.json

21 lines
381 B
JSON

/* see https://gwfh.mranftl.com/fonts/ for available weights */
{
"googleFonts": {
"families": {
"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
}
}
}