From 168fab99557d9ea16c58cf0165b8abcfac43bc92 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 12 Apr 2021 22:24:19 +0100 Subject: [PATCH] Tweak the sans font family stack --- web/themes/custom/opdavies/tailwind.config.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index fbec92f..9aa05f5 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -71,16 +71,11 @@ module.exports = { colors, fontFamily: { sans: [ - '-apple-system', - 'BlinkMacSystemFont', - 'Segoe UI', - 'Roboto', - 'Helvetica', + 'Inter', 'Arial', + 'Helvetica Neue', + 'Helvetica', 'sans-serif', - 'Apple Color Emoji', - 'Segoe UI Emoji', - 'Segoe UI Symbol', ], mono: [ 'Operator Mono',