Re: Setting font for editor textarea

  •  07-15-2008, 5:16 PM

    Re: Setting font for editor textarea

    I also tried specifying an actual font instead of just the font family in the css and it still doesnt work
     
    e.g.
    TEXTAREA
    {
     font-size: 10pt;
     color: black;
     font-family: Arial;
     font:  Arial;
    }
View Complete Thread