--- title: font-stretch slug: Web/CSS/font-stretch tags: - CSS - 'CSS:Dokumentacje' - Dokumentacje - Wszystkie_kategorie translation_of: Web/CSS/font-stretch ---
{{CSSRef}}
Własność font-stretch wybiera normalny, zwężony lub poszerzony krój z rodziny czcionek.
{{cssinfo}}
font-stretch: normal ;font-stretch: {{ mediawiki.external('ultra-condensed | extra-condensed | condensed | semi-condensed') }} ;font-stretch: {{ mediawiki.external('semi-expanded | expanded | extra-expanded | ultra-expanded') }} ;font-stretch: {{ mediawiki.external('wider | narrower') }} ;h1 { font-stretch: extra-expanded }
p { font-stretch: narrower}
UWAGA: Ta własność CSS NIE JEST JESZCZE ZAIMPLEMENTOWANA, zobacz {{ Bug(3512) }}, by sprawdzić aktualny status prośby o dodanie.