Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Typography
Variable Fonts & OpenType Features — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Variable Fonts & OpenType Features
A designer wants to use weight 450 for secondary headings — a value that does not exist in any static font file. What is the correct approach?
Set font-weight: 450 and load the nearest static file (font-weight: 400)
Load a variable font with font-weight: 100 900 in the @font-face declaration, then set font-weight: 450 in CSS
Use font-variation-settings: 'wght' 450 on the body element so all children inherit it
Split the difference by stacking font-weight: 400 and font-weight: 500 on alternating elements
Check answer