A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/font-stretch below:

font-stretch ยท WebPlatform Docs

font-stretch Summary

Allows you to expand or condense the widths for a normal, condensed, or expanded font face.

Overview table
Initial value
normal
Applies to
All elements
Inherited
Yes
Media
visual
Computed value
as specified
Animatable
No

CSS Object Model Property
:

Syntax Values
ultra-condensed
This is the most condensed setting.
extra-condensed
This is the second most condensed setting.
condensed
Some font faces incorporate a condensed option, this is the equivalent of that setting.
semi-condensed
This is the least condensed setting.
normal
This is the default setting.
semi-expanded
This is the least expanded setting.
expanded
Some font faces incorporate an expanded option, this is the equivalent of that setting.
extra-expanded
This is the second most expanded setting.
ultra-expanded
This is the most expanded setting.
wider (Internet Explorer only)
This expands the font face in Internet Explorer only.
narrower (Internet Explorer only)
This condenses the font face in Internet Explorer only.
Examples
.ultra-condensed{
    font-stretch:ultra-condensed;
    }
.condensed{
    font-stretch:condensed;
    }
.normal{
    font-stretch:normal;
    }
.expanded{
    font-stretch:expanded;
    }
.ultra-expanded{
    font-stretch:ultra-expanded;
    }

View live example

Syntax

font-stretch: normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded

Standards information See also Related articles Fonts Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4