[rtl] changed font name

This commit is contained in:
maxkadushkin
2024-01-25 16:07:07 +03:00
parent 7e049af573
commit a58b4503dd

View File

@ -56,6 +56,10 @@
// Typography
// -------------------------
.rtl {
--font-family-base-custom: "Segoe UI", "Traditional Arabic";
}
@font-family-sans-serif: Arial, Helvetica, "Helvetica Neue", sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;