cavallium-website/src/styles.scss

13 lines
399 B
SCSS
Raw Normal View History

2019-04-11 19:57:39 +02:00
/* You can add global styles to this file, and also import other style files */
html, body, body, app-root {
height: 100%;
max-height: 100%;
}
2019-04-12 20:20:38 +02:00
body {
margin: 0;
font-family: "Muli-custom", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 600;
}
strong, b, h1, h2, h3, h4, h5, h6, th {
font-weight: 800;
}