1) Open the fckconfig.js file 2) Find FCKConfig.FontNames 3) FCKConfig.FontNames = 'Arial;Arial Narrow;Comic Sans MS;Courier New;Georgia;Tahoma;Times New Roman;Verdana' ;
I have added two fonts : 1) Arial Narrow 2) Georgia
I notice that 6 fonts are available. Is it possible to add all fonts installed on the computer ?
Thank you,
DH
Well you could do this, but are all your users going to have the same fonts installed as you? Not everbody will have the entire ITC font collection installed or that obscure pixel font you downloaded from dafont.com.
You need to understand the concept of webfriendly fonts. That's why FCKEditor only lists specific ones. Of course, if your site is being used by for example a company intranet where the installed fonts are controlled/predicatable then it won't be a problem.
newstemp wrote:You need to understand the concept of webfriendly fonts. That's why FCKEditor only lists specific ones. Of course, if your site is being used by for example a company intranet where the installed fonts are controlled/predicatable then it won't be a problem.
Is there a way you can upload fonts from your server to the users pc?
newstemp wrote:You need to understand the concept of webfriendly fonts. That's why FCKEditor only lists specific ones. Of course, if your site is being used by for example a company intranet where the installed fonts are controlled/predicatable then it won't be a problem.
Is there a way you can upload fonts from your server to the users pc?
Re: Can All Installed Fonts Be Selected ?
1) Open the fckconfig.js file
2) Find FCKConfig.FontNames
3) FCKConfig.FontNames = 'Arial;Arial Narrow;Comic Sans MS;Courier New;Georgia;Tahoma;Times New Roman;Verdana' ;
I have added two fonts :
1) Arial Narrow
2) Georgia
Re: Can All Installed Fonts Be Selected ?
Well you could do this, but are all your users going to have the same fonts installed as you? Not everbody will have the entire ITC font collection installed or that obscure pixel font you downloaded from dafont.com.
You need to understand the concept of webfriendly fonts. That's why FCKEditor only lists specific ones. Of course, if your site is being used by for example a company intranet where the installed fonts are controlled/predicatable then it won't be a problem.
Re: Can All Installed Fonts Be Selected ?
Is there a way you can upload fonts from your server to the users pc?
Re: Can All Installed Fonts Be Selected ?
First you must remember that you must have the license to distribute the font, and then you can use a @font-face in your css https://developer.mozilla.org/en/CSS/@font-face