Use Open Sans as default font for everything

This commit is contained in:
Basti 2021-02-19 14:58:51 +01:00
parent 89188f5081
commit f9726ad9be
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 2 additions and 9 deletions

View File

@ -1,17 +1,10 @@
@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;
@apply font-light;
}
h1 {

View File

@ -13,7 +13,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
heading: ['Raleway']
sans: ['Open Sans', 'sans-serif']
}
},
},