When using custom fonts, the ________ file format is preferred for its compact size and broad browser support.
- EOT
- SVG
- TTF
- WOFF
When incorporating custom fonts, using the WOFF (Web Open Font Format) file format is recommended. WOFF offers a balance between compact size and broad browser support, ensuring a consistent font experience across different platforms and improving the overall performance of the website.
Loading...
Related Quiz
- The CSS function ______ allows you to perform arithmetic calculations directly within your stylesheets.
- In BEM methodology, the __ (double underscore) is used to denote a(n) ________ of a block.
- The ________ technique in CSS asset management involves using fonts as icons for scalability and flexibility.
- In Flexbox, how would you align all items to the center of the container both vertically and horizontally?
- In a scenario where an element should remain fixed at the top of the viewport upon scrolling, but only after the user scrolls past a certain point, which CSS positioning scheme would be most appropriate?