This commit is contained in:
Fedor Indutnyy 2023-12-11 16:14:34 -08:00
commit 8db6846f76
2 changed files with 5 additions and 6 deletions

View file

@ -1,9 +1,8 @@
// Copyright 2022 Signal Messenger, LLC // Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only
$inter: Inter, 'Helvetica Neue', 'Source Sans Pro', 'Source Han Sans SC', $inter: Inter, 'Source Sans Pro', 'Source Han Sans', -apple-system, system-ui,
'Source Han Sans CN', 'Hiragino Sans GB', 'Hiragino Kaku Gothic', 'Segoe UI', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
'Microsoft Yahei UI', Helvetica, Arial, sans-serif;
@mixin font-family { @mixin font-family {
font-family: $inter; font-family: $inter;

View file

@ -1,9 +1,9 @@
// Copyright 2015 Signal Messenger, LLC // Copyright 2015 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only
$inter: Inter, 'Helvetica Neue', 'Source Sans Pro', 'Source Han Sans SC', // Note: Add language-specific fallbacks in @localized-fonts mixin
'Source Han Sans CN', 'Hiragino Sans GB', 'Hiragino Kaku Gothic', $inter: Inter, 'Source Sans Pro', 'Source Han Sans', -apple-system, system-ui,
'Microsoft Yahei UI', Helvetica, Arial, sans-serif; 'Segoe UI', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
// Note: This font-family is checked for in matchMonospace, to support paste scenarios // Note: This font-family is checked for in matchMonospace, to support paste scenarios
$monospace: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo, $monospace: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo,