Which technique prevents a flash of invisible text while a web font loads?
- A font-display: swap
- B font-weight: bold
- C text-rendering: optimizeSpeed
- D font-size-adjust
Answer
font-display: swap
swap renders a fallback font immediately and swaps when the web font arrives, trading a small layout shift for visible text.





