Hello, if you select Exo 2 font in Template options the css code is wrong, see picture
Here is the wrong code > double ´"
.body {
font-family:"'Exo 2'", Arial, Helvetica, sans-serif;
}
It should look like that
.body {
font-family:"Exo 2", Arial, Helvetica, sans-serif;
}
