From 281f4a5afe893e6f1ff3a6bc124f224a681249fc Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 29 Jan 2024 20:10:22 +0300 Subject: [PATCH] [rtl] added font-family for macos --- apps/common/main/resources/less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/resources/less/variables.less b/apps/common/main/resources/less/variables.less index 28d4278e9e..036883041b 100644 --- a/apps/common/main/resources/less/variables.less +++ b/apps/common/main/resources/less/variables.less @@ -57,7 +57,7 @@ // ------------------------- .rtl { - --font-family-base-custom: "Segoe UI", "Traditional Arabic"; + --font-family-base-custom: system-ui, -apple-system, "Geeza Pro", "Segoe UI", "Traditional Arabic", "Noto Sans"; } @font-family-sans-serif: Arial, Helvetica, "Helvetica Neue", sans-serif;