css

CSS @font-face absolute URL from external domain: fonts not loading in firefox

You can’t use @font-face in Firefox with a font hosted on a different domain If you want to specify a font for @font-face using an absolute URL, or a font hosted on a different domain, it needs to be served with Access Control Headers, specifically the Access-Control-Allow-Origin header set to ‘*’ or the domains allowed… Continue reading CSS @font-face absolute URL from external domain: fonts not loading in firefox