I'm trying to use a non web safe font on my website so as a backup if users don't have that font, I've got the closest match web safe font as the second option in the font family.
The font I'm using is quite a small font and the web safe backup is larger so if the screen reverts to the web safe font, it screws up my layout. Is there a way to set a separate size to each option in the font family or something like that?
I'm willing to use JavaScript if I need to.
The font I'm using is quite a small font and the web safe backup is larger so if the screen reverts to the web safe font, it screws up my layout. Is there a way to set a separate size to each option in the font family or something like that?
I'm willing to use JavaScript if I need to.
Comment