Add 404 page, fix fonts.

This commit is contained in:
Brenden Matthews
2022-10-05 08:24:33 -05:00
committed by Brenden Matthews
parent 10c9c2e659
commit 4efc1f7a4f
6 changed files with 135 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ module.exports = {
theme: {
fontFamily: {
sans: [
'Inter',
'InterVariable',
'ui-sans-serif',
'system-ui',
'-apple-system',
@@ -30,7 +30,7 @@ module.exports = {
'Noto Color Emoji',
],
serif: [
'Source Serif Pro',
'NewsreaderVariable',
'ui-serif',
'Georgia',
'Cambria',
@@ -39,7 +39,7 @@ module.exports = {
'serif',
],
mono: [
'Fira Code',
'Fira CodeVariable',
'ui-monospace',
'SFMono-Regular',
'Menlo',