font-synthesis

Allows the browser to create missing font styles.

Time to read: less than 5 min

Briefly

The font-synthesis property controls which missing styles (bold, italic, or small-caps) can be synthesized by the browser.

How to write

  • none — any of the missing styles will be synthesized by the browser.
  • weight — bold style will be synthesized by the browser.
  • style — italic style will be synthesized by the browser.
  • small-caps — small-caps will be synthesized by the browser.