Merge pull request 'old logo' (#32) from dev into main
Reviewed-on: #32
This commit is contained in:
commit
a15aaa9a1a
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 12 KiB |
|
@ -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 {
|
||||
|
|
|
@ -48,8 +48,8 @@ export default <Partial<Config>>{
|
|||
},
|
||||
fontFamily: {
|
||||
...fontFamily,
|
||||
fontSerif: 'Overpass',
|
||||
fontSans: 'Roboto',
|
||||
serif: 'Overpass',
|
||||
sans: 'Roboto',
|
||||
'h1': ['Overpass']
|
||||
},
|
||||
fontSize: {
|
||||
|
|
Loading…
Reference in New Issue