So at face value, this makes sense -- if IE disables "font download," it shouldn't download, fine, I accept that.
HOWEVER -- what about using base64 fonts? These are embedded directly in CSS / do not reference a physical file, therefore no font should need to be downloaded, right?
At first I thought that maybe IE11 didn't like/support base64, but I can verify that it does work there when I use only a base64 font option.
I wasn't able to find any specs on this, or much info on the breadth of what "font download: disable" really means. I did see some similar posts but with no answers, and not asking the same question.
Anyone have a better explanation for this?