Top "Font-face" questions

@font-face is a CSS rule that allows the definition of embedded fonts within a webpage.

IE8 web font iframe bug workarounds

This blog post (slightly annoying page there) (and that's not my blog by the way) describes a bizarre bug I …

css iframe internet-explorer-8 rendering font-face
Icon fonts : some icon display as text instead on my machine

This is an issue about how my machine sees the web, not a personal web project. On my machine, some …

fonts material-design font-face webfonts icon-fonts
Does @font-face work in email templates?

Is there a way that I can embed custom web fonts using CSS's @font-face in email templates. This question is …

css email font-face html-email mailchimp
What web font format has the highest quality?

I've seen that some websites use @font-face but they look creepy & without anti-aliasing, But some other websites use some …

css fonts font-face webfonts
Google Web Fonts not working for IE < 9

I notice Google Web Fonts does not seem to work for IE < 9. How can I fix this?

css font-face google-webfonts
how to remove characters from a font file?

i've downloaded the DejaVu open source font and want to use it ad a WebFont, but even when converting it, …

unicode font-face webfonts
Is it necessary to provide a fallback font for a web font face?

We are using some web fonts on our site, e.g. <link href="http://fonts.googleapis.com/css?family=…

css font-face webfonts google-webfonts
Webfont (@font-face) line-height issue

I often embed webfont (@font-face) in sites that I develop and I have never encountered a major problem until today. …

font-face webfonts css
<link rel="preload" has an unsupported `type` value (fonts preload)

The following from Mozilla's web docs Preloading content with rel="preload" results in errors in chrome regarding the link type: &…

google-chrome font-face preloading
Use custom font from res/font with WebView in Android

I want to change font face of html string loaded into WebView similarly as mentioned in this question: How to …

android webview fonts font-face custom-font