hello,
at 3.0.x the font for Arabic language was Tahoma and it was good for reading but the font is in use now isn't good
attached image after fix

fix open bidi.css
add this code at the very top
|
bidi.css |
|
|
/*arabic font reset */
|
body,h1,h2,h3,h4,.dropdown-extended .header,.notification_list p.notifications_title ,.button
|
,li.header dt, li.header dd ,.postbody h3,.content ,.content p,dl.faq ,p.author,.notice,.attachbox dt,dl.file
|
,dl.file dt,dl.thumbnail dd,fieldset.polls,fieldset.polls dd div,fieldset ,input,select,select optgroup option ,textarea
|
,#message-box textarea,a.button1, input.button1, input.button3, a.button2, input.button2
|
,a.forumtitle ,a.topictitle{
|
font-family: Tahoma;
|
}
|
- duplicates
-
PHPBB-11022 Add "Tahoma" to used font families in css files
-
- Closed
-

