Tagged: Fonts
Hi,
I’m having problems having the fonts showing as they should. I have Roboto and Droid Sans selected as Header and Body Text in the theme settings, yet only Aria/Helvetica is showing up.
Please review private content. Thanks.
sl
FTP info…you can remove the http://
Hey Samuel!
The problem is that you have an unclosed media query in your Quick CSS, which nullifies the font family declarators generated by Enfold:
/** Mobile Logo and Menu **/
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 100%;
height: 27px !important;
max-height: 27px !important;
}
.responsive .mobile_slide_out .logo {
float: left;
top: 30px;
position: relative;
}
Add a “}”.
Best regards,
Josue
Thanks Josue…always top notch support.