21 lines
334 B
SCSS
21 lines
334 B
SCSS
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('/fonts/raleway-light.woff') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-family: Raleway, inherit;
|
|
font-weight: 300;
|
|
}
|
|
|
|
h1 {
|
|
text-transform: uppercase;
|
|
}
|