font-effect Examples
Examples of the CSS Property font-effect
Return to font-effect Property
font-effect Emboss
This paragraph is written in embossed text.
If that didn't work in your browser, here's how embossed text should be rendered: 
p { font-effect: emobss; }
Return to font-effect Property
font-effect Engrave
This paragraph is written in engraved text.
If that didn't work in your browser, here's how embossed text should be rendered: 
p { font-effect: engrave; }
Return to font-effect Property
font-effect Outline
This paragraph is written in outlined text.
If that didn't work in your browser, here's how embossed text should be rendered: 
p { font-effect: outline; }Jennifer Kyrnin

