Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Problems with Exo 2 font

$
0
0

Replies: 0

Exo 2 is not correctly set in the font family. I use the following to set the font:

Appearance Settings > Typography

I then select Exo 2 for either the headings or body font family.

When I check the CSS through developer tools, the following is sent for font-family:

font-family: Exo 2;

Chrome recognizes this as an invalid property value. However, this would be fixed if I manually add double quotes around the font-family value:

font-family: “Exo 2”;


Viewing all articles
Browse latest Browse all 59525

Trending Articles