Hello !!
I'm trying to modify the way the font combo is outputting html
config:
config.font_names = 'Arial;' + 'Times;' + 'Courier' ;
My combo is well displayed -> 3 fonts are available but when i'm applying
the font, i would like to modify the way the span is generated.
For instance instead of <span style="font-family: arial">
I would like <span style="font-family: Arial">
is it possible ?
regards