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..4daa420 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 { @@ -34,11 +34,11 @@ body { @apply w-full py-4 col-span-4 xl:col-span-2; a { - @apply flex items-center gap-2; + @apply flex items-end gap-2; } &_text { - @apply leading-4 text-3xl font-semibold; + @apply leading-none text-3xl font-light tracking-tight; } 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: {