Which file format is commonly used for icon fonts in web development?
- PNG
- SVG
- TTF
- WOFF
WOFF (Web Open Font Format) is a commonly used file format for icon fonts in web development. It provides better compression and is specifically designed for efficient delivery of fonts on the web.
Loading...
Related Quiz
- The "line-height" property can be set using units like px, em, and ________.
- You're designing a web application that requires certain elements to be draggable within the confines of a specific area. Which combination of positioning and other CSS properties will you need to consider?
- In SCSS, the @import directive allows you to ________.
- When optimizing for SEO, it's important to balance the number of font variations loaded, as each variation adds an additional ________ request.
- The CSS property transform: scale(________); is used to double the size of an element.