I'd like to modify the fontsize (I found that there are too much differences beetween them, and generaly too big, and to limit the font to verdana.
I have modify the fckconfig.js like this, as I saw in the doc.
/*FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;*/ in:
FCKConfig.FontNames = 'Verdana' ;
/*FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;*/ in
FCKConfig.FontSizes = '0.5/xx-small;1/x-small;1.5/small;2/medium;2.5/large;3/x-large;4/xx-large' ;
I've done the same in fckconfig(dist).js
I've also clean the "cache" infrench (sorry)! But it's still the same. What can Ido? thank you, and sorry for english !
I have modify the fckconfig.js like this, as I saw in the doc.
/*FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;*/ in:
FCKConfig.FontNames = 'Verdana' ;
/*FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;*/ in
FCKConfig.FontSizes = '0.5/xx-small;1/x-small;1.5/small;2/medium;2.5/large;3/x-large;4/xx-large' ;
I've done the same in fckconfig(dist).js
I've also clean the "cache" infrench (sorry)! But it's still the same. What can Ido? thank you, and sorry for english !
Re: Customise font and font size
But i have another problem:
i can't put value like 0.8em it just work with 1and 2 and 3, so it's the same, and when i use px it's not better, what can i do?