From 5b816d8a7a18ffff4718cd6d7ef5902d2232eddc Mon Sep 17 00:00:00 2001 From: dana-saur <31242382+dana-saur@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:57:55 +0100 Subject: [PATCH] Updated font family to list with fallbacks instead of single value --- tokens.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tokens.json b/tokens.json index f378742..3463f6a 100644 --- a/tokens.json +++ b/tokens.json @@ -375,15 +375,15 @@ "font": { "family": { "mono": { - "value": "Courier New", + "value": "Courier New, Courier, monospace", "type": "fontFamilies" }, "brand": { - "value": "Wellcome", + "value": "Wellcome, sans-serif", "type": "fontFamilies" }, "sans-serif": { - "value": "Helvetica Neue", + "value": "Inter, sans-serif", "type": "fontFamilies" } },