From d2d50be5324738a6874befbea610177ede70ebba Mon Sep 17 00:00:00 2001 From: Fedor Indutnyy Date: Mon, 11 Dec 2023 16:15:06 -0800 Subject: [PATCH] yarn format --- stylesheets/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_variables.scss b/stylesheets/_variables.scss index 43b2a597edf9..3423900524ca 100644 --- a/stylesheets/_variables.scss +++ b/stylesheets/_variables.scss @@ -2,7 +2,7 @@ // SPDX-License-Identifier: AGPL-3.0-only // Note: Add language-specific fallbacks in @localized-fonts mixin -$inter: Inter, 'Source Sans Pro', 'Source Han Sans', -apple-system, system-ui, +$inter: Inter, 'Source Sans Pro', 'Source Han Sans', -apple-system, system-ui, 'Segoe UI', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; // Note: This font-family is checked for in matchMonospace, to support paste scenarios