Hi, I have a problem. I´m using Enfold Studio (with child). I need to change the tipography only for smartphone and tables. The current font is not good for smartphone and tables, it´s not very redeable. How I can make this? I need help. Best Regards
Hey kikosanchezestudio,
You can upload the font that you want to use for mobile and tablet in your child first: http://graphitivity.com/enfold/docs/typography/#how-to-upload-custom-fonts
Then in your custom css or Quick CSS, you can use the font by adding this code:
@media only screen and (max-width:1024px) {
body,
p {
font-family: 'FONT_NAME', sans-serif;
}
}
Hope this helps :)
Best regards,
Nikko
Thank you, it´s working. Best regards
Hi kikosanchezestudio,
Glad that we could help :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great weekend :)
Best regards,
Nikko