CSS – font-feature-settings Property
The font-feature-settings property allows control over advanced typographic features such as fractions, ligatures, and small caps in OpenType fonts.
The font-feature-settings property allows control over advanced typographic features such as fractions, ligatures, and small caps in OpenType fonts.
The font-kerning property defines how a font’s letters are spaced by using the kerning information stored in the font.
The font-stretch property allows you to make text narrower (condensed) or wider (expanded).
The font-style property specifies the font style for a text: normal, italic, or oblique.
The font-variant property specifies whether or not a text should be displayed in a small-caps font.
The font-variant-caps property controls the usage of alternate glyphs for capital letters.
The font-weight property sets how thick or thin characters in text should be displayed.
The gap property defines the size of the gap between the rows and columns, and is a shorthand for row-gap and column-gap.
The grid property is shorthand for grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and grid-auto-flow.
The grid-area property specifies a grid item’s size and location in a grid layout, and is a shorthand property for other grid properties.
The grid-auto-columns property sets a size for the columns in a grid container, affecting only columns with the size not set.
The grid-auto-flow property controls how auto-placed items get inserted in the grid.
The grid-auto-rows property sets a size for the rows in a grid container, affecting only rows with the size not set.
The grid-column property specifies a grid item’s size and location in a grid layout, and is a shorthand property for other grid properties.
The grid-column-end property defines how many columns in a grid layout an item will span, or on which column-line the item will end.
The grid-column-gap property defines the size of the gap between the columns in a grid layout.
The grid-column-start property defines on which column-line the item will start in a grid layout.
The grid-gap property defines the size of the gap between the rows and columns in a grid layout, and is a shorthand property for other grid properties.
The grid-row property specifies a grid item’s size and location in a grid layout, and is a shorthand property for other grid properties.