Changes to styling and font

This commit is contained in:
Aleksi Lassila
2023-08-02 22:55:00 +03:00
parent 353121dcf3
commit 4646883dff
8 changed files with 154 additions and 268 deletions

View File

@@ -4,8 +4,8 @@ export default {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
display: ['Inter', 'system', 'sans-serif']
sans: ['Montserrat', 'sans-serif'],
display: ['Montserrat', 'system', 'sans-serif']
},
colors: {
darken: '#07050199',