I have a preference for the font Verdana with a font size of 0.85em. However, I am worried about its availability on different devices. As an alternative, I'm considering using Arial at a font size of 1em instead.
font-family: arial; font-size: 1em
The challenge arises when trying to set both fonts together:
font-family: Verdana, Arial
Do you have any recommendations on how to address this? Is Verdana widely available on most devices now? Ideally, I would like to specify in my body to use Verdana at 0.85em or Arial if Verdana is not supported.