old.nicco.io/src/styles/global.styl

15 lines
349 B
Stylus
Raw Normal View History

2019-03-03 16:13:57 +01:00
@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