I only want to use a font (and have the browser download it) if the OS the browser is on doesn't have that font built in. Is this possible?
Currently, I define the font with @font-face
but this causes the broswer to download the font automatically. I only want that to happen if that font is not already on the system.