Is there a way to instruct the browser to download a font only if it is not already built into the OS of the system?
Right now, I am using @font-face
to define the font, but this results in the font being automatically downloaded by the browser. I would like it to download only if the desired font is not already available on the operating system.