From 31599439c2677da9e5789d8cfcbd2e2a4c3290c0 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Mon, 6 Jun 2022 10:11:24 -0500 Subject: [PATCH] switch to SF Compact as default font --- web/pages/_document.tsx | 2 +- web/tailwind.config.js | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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: {