All checks were successful
continuous-integration/drone/push Build is passing
21 lines
292 B
SCSS
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;
|
|
}
|
|
}
|