For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/css/properties/font-optical-sizing.md.
Lynx
  • English
  • 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.