Skip to content

Commit

Permalink
[rtl] added font-family for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Jan 29, 2024
1 parent a58b450 commit 281f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/resources/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 281f4a5

Please sign in to comment.