CSS Font-Effect Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property controls the special effect applied to glyphs.

Syntax

font-effect: [value];

Possible values

  • none
  • emboss
  • engrave
  • outline

Initial Value

none

Applies To

All elements and generated content

Inherited

Yes

Media

Visual

Example

.class {
  font-effect: emboss ;
}


View All CSS Properties