Enhancement: Use Tahoma as fallback for Arabic characters (#991)
This commit is contained in:
parent
cc02611007
commit
534409d25a
2 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ BlinkMacSystemFont,
|
|||
"Segoe UI",
|
||||
Roboto,
|
||||
"Helvetica Neue",
|
||||
Tahoma,
|
||||
Arial,
|
||||
sans-serif;
|
||||
$body-antialiased: true;
|
||||
|
|
|
@ -99,6 +99,7 @@ BlinkMacSystemFont,
|
|||
"Segoe UI",
|
||||
Roboto,
|
||||
"Helvetica Neue",
|
||||
Tahoma,
|
||||
Arial,
|
||||
sans-serif;
|
||||
$ionicons-font-path: '~ionicons/fonts';
|
||||
|
|
Loading…
Reference in a new issue