I have found Fantasy font loading differently in IE & Edge vs Chrome vs FF.
Solutions mentioned at https://stackoverflow.com/questions/21590717/fantasy-font-loading-differently-in-ie do not apply.
Test HTML
<p style="font-family: fantasy;font-size:200%"> Quick brown fox jump over the laziest dog</p>
IE & Edge
Chrome
FF
What is wrong? How to work around this?