Sebastian Kippe 814633034f
All checks were successful
continuous-integration/drone/push Build is passing
WIP Add Tailwind CSS
2021-02-09 02:05:31 +01:00

21 lines
292 B
SCSS

@layer base {
@font-face {
font-family: 'Raleway';
src: url('/fonts/raleway-light.woff') format('woff2');
font-weight: 300;
font-style: normal;
}
body {
line-height: 1;
}
h1, h2, h3 {
@apply font-heading font-light;
}
h1 {
@apply uppercase;
}
}