diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index f1a7ccab..71ffa54d 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -25,7 +25,7 @@ export default function Document() { /> - +
diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 31c0c533..a99ac6e2 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -11,6 +11,15 @@ module.exports = { { 'major-mono': ['Major Mono Display', 'monospace'], 'readex-pro': ['Readex Pro', 'sans-serif'], + 'sf-compact': [ + 'SF Compact Display', + '-apple-system', + 'system-ui', + 'Segoe UI', + 'Helvetica', + 'Arial', + 'sans-serif', + ], } ), extend: {