A font's loading performance can be improved by ________.
- compression
- inlining
- minifying
- preloading
A font's loading performance can be improved by "preloading." Preloading involves using the link element in the HTML to fetch and cache font files in advance, reducing the time it takes to load and render text with custom fonts.
Loading...
Related Quiz
- How do you position an item in the third row and second column of a grid?
- Which CSS property is used to vertically align inline elements or inline-block elements?
- The text-indent property in CSS is used to adjust ________.
- The CSS rule "ul + ul" will target an unordered list that ________.
- The "line-height" property can be set using units like px, em, and ________.