0
0
Figmabi_tool~10 mins

Why typography drives readability in Figma - Test Your Understanding

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to set the font size for better readability.

Figma
text.fontSize = [1]
Drag options to blanks, or click blank then click option'
A12
B5
C8
D16
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing font sizes that are too small reduces readability.
2fill in blank
medium

Complete the code to set the font weight for clear text display.

Figma
text.fontWeight = '[1]'
Drag options to blanks, or click blank then click option'
Alight
Bnormal
Cthin
Dhairline
Attempts:
3 left
💡 Hint
Common Mistakes
Using very thin font weights makes text hard to read.
3fill in blank
hard

Fix the error in the code to set the line height for better readability.

Figma
text.lineHeight = [1]
Drag options to blanks, or click blank then click option'
A1.5
B'1.2em'
C'150%'
D15
Attempts:
3 left
💡 Hint
Common Mistakes
Using strings instead of numbers for line height causes errors.
4fill in blank
hard

Fill both blanks to set font family and letter spacing for readability.

Figma
text.fontFamily = '[1]'
text.letterSpacing = [2]
Drag options to blanks, or click blank then click option'
ARoboto
BArial
C0
D0.05
Attempts:
3 left
💡 Hint
Common Mistakes
Using fonts that are hard to read or zero letter spacing.
5fill in blank
hard

Fill all three blanks to set font style, text alignment, and color for readability.

Figma
text.fontStyle = '[1]'
text.textAlign = '[2]'
text.fill = [3]
Drag options to blanks, or click blank then click option'
Aitalic
Bnormal
Cleft
Dcenter
E#000000
F#888888
Attempts:
3 left
💡 Hint
Common Mistakes
Using italic style or center alignment reduces readability.