CSS Font-Emphasize-Style Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property sets the style for the emphasis formatting applied to text.

Syntax

font-emphasize-style: [value];

Possible values

  • none
  • accent
  • dot
  • circle
  • disc

Initial Value

none

Applies To

All elements and generated content

Inherited

Yes

Media

Visual

Example

.class {
  font-emphasize-style: accent ;
}


View All CSS Properties