Closed (fixed)
Project:
Fusion
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
21 Oct 2010 at 12:47 UTC
Updated:
12 Apr 2011 at 17:06 UTC
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
Comment #1
stephthegeek commentedLet's do this as requested for RTL in this issue and #891768: add the font family 'tahoma' to themes settings
Comment #2
aquariumtap commentedCommitted. Thanks, rami.sedhom