styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontfont-familyfont-feature-settingsfont-kerningfont-language-overridefont-optical-sizingfont-palettefont-sizefont-size-adjustfont-smoothfont-stretchfont-stylefont-synthesisfont-synthesis-positionfont-synthesis-small-capsfont-synthesis-stylefont-synthesis-weightfont-variantfont-variant-alternatesfont-variant-capsfont-variant-east-asianfont-variant-emojifont-variant-ligaturesfont-variant-numericfont-variant-positionfont-variation-settingsfont-weightforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

font-size-adjust CSS Property

The font-size-adjust property adjusts the effective x-height of the used font to maintain consistent legibility even when font fallback occurs. The value is the ratio between x-height and the requested font-size (aspect value). .text { font-size-adjust: 0.5; } body { font-family: "FancyFont", sans-serif; font-size-adjust: 0.52; } min:0 max:9999 step:0.01 units: noneNo adjustment — font-size is used as-is (default).ex-heightAdjusts based on the x-height — default metric when a plain number is given.cap-heightAdjusts based on the capital letter height (cap height).ch-widthAdjusts based on the width of the '0' character — useful for monospace fonts.ic-widthAdjusts based on the width of a full-width CJK character (水).ic-heightAdjusts based on the height of a full-width CJK character (水).from-fontUses the aspect value embedded in the font itself (OS/2 metadata). CSS Fonts Module Level 4 Editor's Draft W3CMDN In the beginning God created the heavens and the earth. Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration