Here is a way to do this with conditional comments. I don’t know how your fonts and other styles are organized, but you probably want to use
and, perhaps,
stylesheet using CDN
The latter will apply not only to browsers other than IE, but also to IE10 and higher, but you may need to use only the first.
To answer your first question, I prefer to use fonts from my own servers in the production process. Reduces the number of moving parts and means that my site does not rely on another site.
source
share