diff --git a/stylesheets/_variables.scss b/stylesheets/_variables.scss index 43b2a597ed..3423900524 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