Switch to shared Kosmos font(s) #30

Merged
raucao merged 4 commits from feature/webfonts_open-sans into master 2021-02-25 17:11:40 +00:00
2 changed files with 2 additions and 9 deletions
Showing only changes of commit f9726ad9be - Show all commits

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']
}
},
},