Have I gone mad or has my entire site's text just suddenly changed into a different, cursive font? Bwuh? I've edited nothing! Will get this fixed when I get to my computer sometime later (currently travelling and only got my phone with me).
Per your CSS, if the user's device doesn't have the Verdana font installed it tries a cursive typeface. On my computer it looked as expected, but on my phone it had the cursive!
Thanks so much both! That’s so weird because I swear I’ve looked at my site on phone in the past and it’s not gone all cursive. Will get this sorted, thank you!
Per your CSS, if the user's device doesn't have the Verdana font installed it tries a cursive typeface. On my computer it looked as expected, but on my phone it had the cursive!
to make sure all users see the same font, you can download a file of the font then add it manually into your code using the "@font-face" property ^^
Thanks so much both! That’s so weird because I swear I’ve looked at my site on phone in the past and it’s not gone all cursive. Will get this sorted, thank you!