[RFC] Add "Tahoma" font

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

[RFC] Add "Tahoma" font

Post by Meis2M »

[RFC] Add "Tahoma" font

Hi
There are many many and millions users use Persian and Arabic phpBB in worldwide. one of the biggest problem for these users lack of "Tahoma" font in all styles of any system and especially phpBB.
after each release of phpBB the DEV and STYLE team of Persian and Arabic users must add "Tahoma" font to all styles of package ( sub2, prosilver and acp style ).

look at to pics:
without "Tahoma" font:
http://www.php-bb.ir/pic/images/9435296 ... 176334.png
http://www.php-bb.ir/pic/images/1643780 ... 795927.png

With "Tahoma" font:
http://www.php-bb.ir/pic/images/2537773 ... 038664.png
http://www.php-bb.ir/pic/images/8071064 ... 712206.png

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [RFC] Add "Tahoma" font

Post by Oleg »

ms font files are not redistributable.

http://www.microsoft.com/typography/Red ... onFAQ.mspx

User avatar
Fyorl
Google Summer of Code Student
Posts: 27
Joined: Mon Apr 02, 2012 4:51 am
Location: UK
Contact:

Re: [RFC] Add "Tahoma" font

Post by Fyorl »

Is this asking for the actual font file or just font-family: Tahoma; in all the styles?

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: [RFC] Add "Tahoma" font

Post by Meis2M »

just:
font-family: Tahoma; in all stylesheet.css

Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [RFC] Add "Tahoma" font

Post by Oleg »

That should be fine.

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: [RFC] Add "Tahoma" font

Post by Meis2M »


Oleg
Posts: 1150
Joined: Tue Feb 23, 2010 2:38 am
Contact:

Re: [RFC] Add "Tahoma" font

Post by Oleg »

Patch will require styles team approval.

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: [RFC] Add "Tahoma" font

Post by Arty »

I see 2 issues with this RFC:
1. Change would affect all language packs, but only Arabic and Persian packs need it.
2. It is proprietary Windows font that does not exist on other operating systems. Can you find a different font that works everywhere?

User avatar
Fyorl
Google Summer of Code Student
Posts: 27
Joined: Mon Apr 02, 2012 4:51 am
Location: UK
Contact:

Re: [RFC] Add "Tahoma" font

Post by Fyorl »

I feel like a good option would be to change the value of font-family in all the stylesheets programmatically. As Arty pointed out, such a change to the core phpBB style would affect everyone using it and Tahoma isn't necessarily the font we'd want to use for say, Roman characters.

Such a script would be trivial and could be run every time phpBB's styles were updated if you wanted Tahoma in your board. It could either overwrite the core style or copy it to a new style and make the changes there. Whether we want to include this script in core is a different question though. I feel like it would be better as an extension or something that adds the option to 'Tahoma-ise' the board.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] Add "Tahoma" font

Post by EXreaction »

So really the ideal sort of system here would be something that allows you to specify additional fonts desired in the language pack, correct?

Tahoma isn't windows only: http://en.wikipedia.org/wiki/Tahoma_(typeface)

Post Reply