www.franconian.net/assets/style.scss

30 lines
409 B
SCSS
Raw Normal View History

2020-11-23 02:06:40 +01:00
@font-face {
font-family: Montserrat;
src: url(Montserrat/Montserrat-Regular.ttf);
}
@font-face {
font-family: Orbitron;
src: url(Orbitron-VariableFont_wght.ttf);
}
2020-11-15 00:32:58 +01:00
* {
2020-11-23 02:06:40 +01:00
font-family: Montserrat, sans-serif;
2020-11-15 00:32:58 +01:00
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #000;
}
2020-11-23 02:06:40 +01:00
h1, h2, h3, h4, h5, h6 {
font-family: Orbitron, sans-serif;
}
2020-11-15 00:32:58 +01:00
#no-content {
display: block;
margin: 0 auto;
}