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-variant-numeric CSS Property

The font-variant-numeric property controls digit glyph styling — figure style (lining/oldstyle), spacing (proportional/tabular), fractions, ordinals, and slashed zero. Useful for tables, financial docs, and modern typography. table { font-variant-numeric: tabular-nums; } .financial { font-variant-numeric: tabular-nums lining-nums slashed-zero; } normalNo change (default).lining-nums: digits of uniform height (like capitals).oldstyle-nums: old-style digits — some descend below baseline.proportional-nums: proportional spacing — each digit at its natural width.tabular-nums: tabular spacing — equal width per digit (for tables).diagonal-fractions: diagonal fractions (1⁄2).stacked-fractions: stacked fractions (₁/₂).ordinalOrdinal forms (1st, 2nd, etc.).slashed-zeroSlashed zero (Ø) — easier to distinguish from letter O. CSS Fonts Module Level 4 Editor's Draft W3CMDN CSS css aBcDeF 123 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