From 18eb40cec364a21010cbf6c05eb77676db14542d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mime=20=C4=8Cuvalo?= Date: Fri, 24 Nov 2023 00:10:02 +0000 Subject: [PATCH] mobile tweak --- pages/_app.tsx | 2 +- styles/typography.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 8975778..a1efa89 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -134,7 +134,7 @@ function MyApp({ Component, emotionCache = clientSideEmotionCache, pageProps }: >
- + diff --git a/styles/typography.ts b/styles/typography.ts index 55a991f..3d351f0 100644 --- a/styles/typography.ts +++ b/styles/typography.ts @@ -3,7 +3,7 @@ import { spacing } from './constants'; const SYSTEM_FONTS = 'var(--font-noto-color-emoji), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"'; const MONOSPACE_FONTS = - 'Menlo, var(--font-noto-color-emoji), Monaco, Consolas, "Liberation Mono", "Courier New", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"'; + 'Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--font-noto-color-emoji), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"'; const constants = { fontFamily: MONOSPACE_FONTS,