font-optical-sizing

Introduction

The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.

Examples

Syntax

font-optical-sizing: auto;

Formal Definition

Initial valuenone
Applies totext
Inheritedyes
Animatableno

Formal Syntax

font-optical-sizing =
  auto | none

Difference with Web

  • Unlike the Web default value of auto, the default value in Lynx is none. The font-optical-sizing property is a supplement to the font-variation-settings property and the optical size variation axis is represented by opsz in font-variation-settings.

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.