I have a font that has outline only. It does not have any fill color. Here you can see this fone.
http://www.dafont.com/comica-bd.font
I am using this font in my webpage (fontface). When I change color of font, its outline is changed. Is there a way to change fill color as well using CSS? Or is my last option to use images?
This is what i want:

This is what I could do with CSS and fontface.

Any CSS property to fill background or something.?
No, there’s no way to fill the font in css. The blank space can not be considered part of the font for css purposes.