mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
15 lines
349 B
Stylus
15 lines
349 B
Stylus
|
@import url('https://fonts.googleapis.com/css?family=Raleway')
|
||
|
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700')
|
||
|
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700')
|
||
|
|
||
|
*
|
||
|
box-sizing border-box
|
||
|
|
||
|
html,
|
||
|
body,
|
||
|
#root
|
||
|
margin 0
|
||
|
border 0
|
||
|
font-family 'Merriweather', serif
|
||
|
font-size 1em
|
||
|
overflow hidden
|