marc-leopold/assets/scss/_base.scss

22 lines
257 B
SCSS
Raw Normal View History

2019-01-12 16:51:12 +00:00
// * {
// outline: 1px dotted red;
// }
2019-01-03 14:06:28 +00:00
2019-01-02 21:11:40 +00:00
html {
overflow: hidden;
}
2019-01-16 21:09:55 +00:00
body {
font-family: 'Raleway', sans-serif;
font-size: 100%;
}
a {
font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}