CSS font-display
`@font-face` descriptor `font-display` that allows control over how a downloadable font renders before it is fully loaded.
Download attribute
When used on an anchor, this attribute signifies that the browser should download the resource the anchor points to rather than navigate to it.
Font unicode-range subsetting
This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (<urange>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run.
@font-face Web fonts
Method of displaying fonts downloaded from websites
backgroundfetchregistration api: downloaded
backgroundfetchregistration api: downloadtotal
htmlanchorelement api: download
htmlareaelement api: download
navigateevent api: downloadrequest
svgaelement api: download
html element: area: download
html element: a: download
html element: iframe: sandbox: `sandbox="allow-downloads"`
blocks some or all insecure mixed content.: block mixed downloads.
svg element: a: download
15 results found.