Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

font-optical-sizing

Description

The font-optical-sizing property for CSS controls whether the shape of glyphs is modified for optical size.

Syntax

CSS

font-optical-sizing: value;

JS

object.style.fontOpticalSizing = "value";

Values

<'font-optical-sizing'> = auto | none
auto

Automatically specified by the user agent.

none

The user agent must not modify the shape of glyphs for optical size.

Initial

auto

Examples

1 · auto

2 · none

3 · JS

HomeMenu