Results 21 - 28 of 28

CSS Font Loading API

The CSS Font Loading API provides events and interfaces for dynamically loading font resources.
API CSSFontLoading Experimental Fonts NeedsContent Reference Référence

font-family

The font-family CSS descriptor allows authors to specify the font family for the font specified in an @font-face rule.
@font-face CSS CSS Descriptor CSS Fonts Reference

src

The src CSS descriptor of the @font-face rule specifies the resource containing font data. It is required for the @font-face rule to be valid.
@font-face CSS CSS Descriptor CSS Fonts NeedsMobileBrowserCompatibility Reference

unicode-range

The unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use any character in this range, the font is not downloaded; if it uses at least one, the whole font is downloaded.
CSS CSS Fonts CSS Property Experimental Layout Reference Web

font-style

The font-style CSS property lets you select italic or oblique faces within a font-family. Italic forms are generally cursive in nature, usually using less horizontal space than their unstyled counterparts, while oblique faces are usually just sloped versions of the regular face. Both italic and oblique faces are simulated by artificially sloping the glyphs of the regular face (see font-synthesis for control over this).
CSS CSS Fonts CSS Property font Reference Web

font-variant-ligatures

The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.
CSS CSS Fonts CSS Property CSS Reference NeedsLiveSample Reference

FontFaceSet

The FontFaceSet interface of the CSS Font Loading API is an interface for loading font faces and checking their download statuses.
API CSS Font Loading API Experimental Fonts Interface Reference