Hi Mohammad,
Thanks for everything. Currently works well 🙂
On the other hand, I solved the problem with the fonts adding this code in the CSS and tracking code, but in the Fonts Options > Heading google fonts don’t works well. It’s a solution or is it better to looking why doesn’t work the Fonts Options?
*/Fonts*/
h1 {
font-family: 'Pacifico', cursive;
}
h2 {
font-family: 'Pacifico', cursive;
}
h3 {
font-family: 'Pacifico', cursive;
}
h4 {
font-family: 'Pacifico', cursive;
}
h5 {
font-family: 'Pacifico', cursive;
}
h6 {
font-family: 'Pacifico', cursive;
}
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>