feat(12): styling mobile

This commit is contained in:
efim
2023-06-28 11:53:11 +00:00
parent 578c5d7d05
commit 0816b79c26
4 changed files with 74 additions and 32 deletions

View File

@@ -14,9 +14,7 @@ module.exports = {
'sans': ['Red Hat Display', 'sans-serif'], // This will set Roboto as the default sans font
},
fontWeight: {
'thin': 100,
'normal': 400,
'semibold': 600,
'normal': 500,
'bold': 700,
'extrabold': 900,
}