yarn format

This commit is contained in:
Fedor Indutnyy 2023-12-11 16:15:06 -08:00
parent 8db6846f76
commit d2d50be532

View file

@ -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