Hi, i want to add classic font like Arial, Helvetica etc!
I did not found on template settings how to add classic fonts! I do not want to import of course
Hi
You can simply define css/scss rule to use this font 🙂
For example: div.ja-masthead .ja-masthead-detail .ja-masthead-description {font-family: Arial, Helvetica, sans-serif !important;}
div.ja-masthead .ja-masthead-detail .ja-masthead-description {font-family: Arial, Helvetica, sans-serif !important;}
saguaros Hi, i thought if there is template setting for that not css code. That way i know howto, Thanks!