Typography

The standard font WIM uses is Robot Slab and has a fallback to Arial or another sans-serif font. We are using the Google CDN to load the font files. We exposed 2 different font weights in the WIM theme. You can use: 400 and 700

Demo:

Font with weight 400

Font with weight 700

Code:

html { 
  font-family: 'Roboto Slab', Arial, sans-serif; 
}