old logo #32

Merged
ksenia_mikhailova merged 5 commits from dev into main 2024-07-16 13:43:02 +03:00
3 changed files with 15 additions and 12 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -11,7 +11,7 @@ html {
} }
body { body {
@apply select-none min-w-80; @apply select-none min-w-80 font-sans;
} }
.container { .container {
@ -38,7 +38,7 @@ body {
} }
&_text { &_text {
@apply leading-4 text-3xl font-semibold; @apply leading-6 text-3xl font-normal;
} }
svg { svg {

View File

@ -48,8 +48,8 @@ export default <Partial<Config>>{
}, },
fontFamily: { fontFamily: {
...fontFamily, ...fontFamily,
fontSerif: 'Overpass', serif: 'Overpass',
fontSans: 'Roboto', sans: 'Roboto',
'h1': ['Overpass'] 'h1': ['Overpass']
}, },
fontSize: { fontSize: {