How to change the default font of the Rich text suite widget

2
We would like to change the default font settings for the 'Rich text suite' widget. We want to change the font to 'lucinda sans unicode' with a fontsize 10. How can we accomplish this?
asked
1 answers
2

This can be achieved by adding a CSS override in your theming to the appropiate class (something with .mceContentBody).

However, i strongly recommend against using a default font such as Lucinda Sans Unicode, because this is not a web core font, for which reason it might look different on different machines and different browser, which usually results in numberous other styling problems with text that don't fit their boxes etc. So if you insist in change the default font, use one of those:

  • Andale
  • Arial (black)
  • Comic Sans
  • Courier New
  • Georgia
  • Impact
  • Times new roman
  • Trebuchet
  • Verdana
  • Webdings
answered