font styling on phone (web) pages

0
Hi, I’m having this issue where I can’t specify the Tahoma font on mobile pages. It doesn’t seem to recognize this font when i specify this on the appearance tab under styling, while on responsive pages it does. Is there a way to change this through scss? I ‘ve tried changing the most common configs like font-family-base but these don’t seem to have effect
asked
1 answers
0

I think you have to load custom font using SCSS.

https://www.pagecloud.com/blog/how-to-add-custom-fonts-to-any-website

answered