is there a way to add a font type to the editor. The compnay uses "Bookman old Sty" and we would like to use that on the website. is there a way to add this font type to the CK Editor?
I can't answer how to add a new font, but I'd give you a bit of advice on web fonts. You can name a font when you build a page, but if the end-user's computer doesn't have that font installed, their browser will replace it with something else. The fonts listed in CKE are those that are most commonly found on computers (Mac and PC),
The solution traditionally has been to use a standard font throughout the site and put 'fancy' fonts into images for graphic headers and such.
Lately, CSS2&3 have offered ways to "embed" a font through a CSS file. Here is a little tutorial on that:
I can't answer how to add a
I can't answer how to add a new font, but I'd give you a bit of advice on web fonts. You can name a font when you build a page, but if the end-user's computer doesn't have that font installed, their browser will replace it with something else. The fonts listed in CKE are those that are most commonly found on computers (Mac and PC),
The solution traditionally has been to use a standard font throughout the site and put 'fancy' fonts into images for graphic headers and such.
Lately, CSS2&3 have offered ways to "embed" a font through a CSS file. Here is a little tutorial on that:
http://www.css3.info/preview/web-fonts-with-font-face/
I wish to know Kaiffee, did
I wish to know Kaiffee, did the solution works? I've got similar question but i can't make it...