Find all needed information about Font Face Support. Below you can see links where you can find everything you want to know about Font Face Support.
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Browser Support. The @font-face rule is supported in Internet Explorer, Firefox, Opera, Chrome, and Safari. The numbers in the table specifies the first browser version that fully supports the font format.
https://wiki.inkscape.org/wiki/index.php/@font-face_Support
Support for "non-standard" styles is available by using '@font-face' rules that link a particular font to a specific font file. Inside a '@font-face' rule it is possible to supply a list of files for a particular font in different formats and locations. The file uses will be the first found in the list.
http://www.standardista.com/css3/font-face-browser-support/
Increasing support of the CSS3 @font-face allows us to load a font onto our servers, link to and name that font in our CSS, and then use that font we’ve imported as if it were a native font in the client’s environment.
http://www.stunningcss3.com/resources/fontface-file-types-browser-support.html
The @font-face rule has good browser support, but different browsers want you to use different font file types. The table below provides a summary of which browsers support which font type. Each browser version number noted in this table is the earliest—not the only—version of that browser to support that type.
https://developer.mozilla.org/en-US/docs/Web/API/FontFace
The FontFace interface represents a single usable font face. It allows control of the source of the font face, being a URL to an external resource, or a buffer; it also allows control of when the font face is loaded and its current status.
https://css-tricks.com/snippets/css/using-font-face/
The @font-face rule allows custom fonts to be loaded on a webpage. Once added to a stylesheet, the rule instructs the browser to download the font from where it is hosted, then display it as specified in the CSS.
https://en.wikipedia.org/wiki/Font_face
In addition to local fonts, modern web browsers support linking custom font files directly by using the @font-face declaration. Once included, such fonts can be listed in the font-family property, alongside all local and fallback fonts.
https://stackoverflow.com/questions/23954877/internet-explorer-11-and-supported-web-fonts
Fonts won't work in IE if the font-family entry in css is named differently than the font name! This bug took me all day to figure out and can be very frustrating if you are not aware of it! For IE 6-11, use EOT fonts, but be aware it is not supported by any other browser.
Need to find Font Face Support information?
To find needed information please read the text beloow. If you need to know more you can click on the links to visit sites with more detailed data.