Changing Fonts, adding bolder font and styling fixes

This commit is contained in:
Moris Zen
2018-09-12 11:10:09 +02:00
parent 312e01cde0
commit 1966676638
15 changed files with 112 additions and 115 deletions

View File

@@ -192,6 +192,7 @@ module.exports = {
fonts: {
sans: [
'Montserrat',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
@@ -206,7 +207,6 @@ module.exports = {
'sans-serif',
],
text: [
'Roboto Condensed',
'system-ui',
'BlinkMacSystemFont',
'-apple-system',
@@ -221,6 +221,7 @@ module.exports = {
'sans-serif',
],
serif: [
'PT Serif',
'Constantia',
'Lucida Bright',
'Lucidabright',
@@ -240,7 +241,7 @@ module.exports = {
'Courier New',
'monospace',
],
body: ['roboto-condensed'],
body: ['PT Serif'],
},
/*
@@ -271,7 +272,7 @@ module.exports = {
'2xl': '1.5rem', // 24px
'3xl': '1.875rem', // 30px
'4xl': '2.25rem', // 36px
'5xl': '3rem', // 48px
'5xl': '3.07rem', // 48px
},
/*