cavallium-website/src/styles.scss

9 lines
334 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 */
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;
}