Changing Fonts, adding bolder font and styling fixes
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user