diff --git a/assets/LOGO.svg b/assets/LOGO.svg index 33380a6..18af871 100644 --- a/assets/LOGO.svg +++ b/assets/LOGO.svg @@ -1,9 +1,12 @@ - - - - - - - - + + + + + + + + + + + diff --git a/assets/main.scss b/assets/main.scss index 4d4f20b..31c8153 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -11,7 +11,7 @@ html { } body { - @apply select-none min-w-80; + @apply select-none min-w-80 font-sans; } .container { @@ -38,7 +38,7 @@ body { } &_text { - @apply leading-4 text-3xl font-semibold; + @apply leading-6 text-3xl font-normal; } svg { diff --git a/tailwind.config.ts b/tailwind.config.ts index 17f8651..d098703 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -48,8 +48,8 @@ export default >{ }, fontFamily: { ...fontFamily, - fontSerif: 'Overpass', - fontSans: 'Roboto', + serif: 'Overpass', + sans: 'Roboto', 'h1': ['Overpass'] }, fontSize: {