mark bold font as bold in theme.json

This commit is contained in:
Aadil Ayub 2024-04-29 11:24:26 +05:00
parent 3b6e32a9f4
commit bdde45886e

View File

@ -60,7 +60,7 @@
}, },
{ {
"fontFamily": "Lato", "fontFamily": "Lato",
"fontStyle": "normal", "fontStyle": "bold",
"fontWeight": "700", "fontWeight": "700",
"src": "file:./assets/fonts/Lato-Bold.ttf" "src": "file:./assets/fonts/Lato-Bold.ttf"
}, },