switch to SF Compact as default font

This commit is contained in:
mantikoros 2022-06-06 10:11:24 -05:00
parent 43b0fe6749
commit 31599439c2
2 changed files with 10 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default function Document() {
/> />
</Head> </Head>
<body className="font-readex-pro bg-base-200 min-h-screen"> <body className="font-sf-compact bg-base-200 min-h-screen">
<Main /> <Main />
<NextScript /> <NextScript />
</body> </body>

View File

@ -11,6 +11,15 @@ module.exports = {
{ {
'major-mono': ['Major Mono Display', 'monospace'], 'major-mono': ['Major Mono Display', 'monospace'],
'readex-pro': ['Readex Pro', 'sans-serif'], 'readex-pro': ['Readex Pro', 'sans-serif'],
'sf-compact': [
'SF Compact Display',
'-apple-system',
'system-ui',
'Segoe UI',
'Helvetica',
'Arial',
'sans-serif',
],
} }
), ),
extend: { extend: {