refactor(ui): better rendering with Inter font

This commit is contained in:
liyasthomas
2021-07-26 01:33:32 +05:30
parent 397cab9032
commit 8debb65d89
86 changed files with 434 additions and 485 deletions

View File

@@ -207,7 +207,7 @@ export default {
googleFonts: {
display: "block",
families: {
Montserrat: [400, 500, 600, 700, 800],
Inter: [400, 500, 600, 700, 800],
"Material+Icons": true,
"Roboto+Mono": true,
},