The ________ CSS property is essential for defining the external source of a custom font.
- font-family
- font-source
- font-url
- font-import
The correct option is 'c) font-url'. This property is used to specify the external source of a custom font by providing the URL of the font file. It is commonly used in the @font-face rule.
Loading...
Related Quiz
- You're creating a fluid typography system where the font size should never go below 16px, never exceed 32px, and scale smoothly between these values based on the viewport width. Which CSS function will help you achieve this?
- You have an element with a complicated graphical background, and you want certain parts of the foreground content to reveal or hide portions of this background. Which CSS technique would be most appropriate to achieve this?
- What is the impact of CSS on the browser's Critical Rendering Path?
- In Styled Components, dynamic styling can be achieved using ________ within the template literals.
- In a box shadow declaration, what does the 'blur radius' value control?