The best font (from my prospective) for Arabic sites is Tahoma. Since non of the font families in theme Typography including Tahoma, site is not much readable in Arabic.

I had resolved this by:

1. Adding to fusion/fusion_core/css/typography.css

.font-family-tahoma,
.font-family-tahoma .form-text {
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

2. Adding to fusion/fusion_core/theme-settings.php

'font-family-tahoma' => '<span class="font-family-tahoma">' . t('Tahoma (Tahoma, Arial, Verdana, sans-serif)') . '</span>',

I wish this will be added to the new release to include Tahoma in available default font families.

Comments

stephthegeek’s picture

Assigned: Unassigned » aquariumtap
Status: Active » Reviewed & tested by the community

Let's do this as requested for RTL in this issue and #891768: add the font family 'tahoma' to themes settings

aquariumtap’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed. Thanks, rami.sedhom