CSS Font-Emphasize Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This is a shorthand property for setting the style and position of the font emphasis decoration.

Syntax

font-emphasize: [value1] [value2]

Possible values

  • [font-emphasize-style]
  • [font-emphasize-position]

Initial Value

see individual properties

Applies To

All elements and generated content

Inherited

Yes

Media

Visual

Example

.class {
  font-emphasize: accent after ;
}


View All CSS Properties