How do I add more fonts into any posting section. Currently there are about 20 fonts in the font drop down box, I would like to remove and add some more fonts. I have put all of my new font into a css style but couldn't find a place to add them in Style Manager > Main CSS.
Any help would be greatly appreciated.
*****ADDED******
Okay, I found where to add/remove fonts and its size. Now, where can I add css style I've created:
Code:
<STYLE TYPE="text/css">
*/
@font-face {
font-family: Yarka;
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: Parma;
font-style: normal;
font-weight: normal;
}
******** Update
Got it working, never mind.