
Donna
Staff
/ Moderator

Dec 27, 2006, 10:52 AM
Post #2 of 6
(2535 views)
Shortcut
|
|
Re: [coffeegroup] Font family availability
[In reply to]
|
Can't Post
|
|
Hi John! Two ways that you can do this. :) One, you can switch them to using CSS styles instead of <font> tags. Take a look at this tutorial for details: http://www.interactivetools.com/products/pagepublisher/tutorials/tutorials_pp_using_styles.html Two, you could modify the following file: /pp/images/tiny_mce/editor_config.js and find this line:
theme_advanced_fonts : "Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia;Tahoma=Tahoma;Verdana=verdana", And change it to this:
theme_advanced_fonts : "Gill Sans=gill sans;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia;Tahoma=Tahoma;Verdana=verdana", Make sure the name of the font is exact. :) You can also add "alternate" fonts for people who do not have Gill Sans available (a good idea, since it's not a default font, and the majority of your viewers won't have it available) like this: Gill Sans=gill sans,tahoma,verdana; Give that a try and let me know how it goes. :) Donna -- support@interactivetools.com
|