Top "Font-face" questions

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

CSS @font-face not working in IE8

I have tried reading multiple articles on how to deal with custom fonts in IE, but they never seemed to …

css font-face
Drawing text to <canvas> with @font-face does not work at the first time

When I draw a text in a canvas with a typeface that is loaded via @font-face, the text doesn't show …

html canvas font-face
How we can use @font-face in Less

In Less, it seems almost impossible to use @font-face selector. Less gives errors when I try to use font-family: my_…

less font-face
Wait for fonts to load before rendering web page

I'm using @font-face to embed fonts in my website. First the text renders as the system default, and then (once …

css fonts font-face
'Segoe UI' font with font-face & local

I want to use the "Segoe UI" font in a website if it is installed in the user's computer. I …

css fonts embed font-face typography
CSS: @font-face anti aliasing

I'm a bit struggling with the @font-face CSS option. After a lot of reading, trying, retrying I finally came across …

css rendering font-face
How can I convert OTF/TTF files to EOT format?

I need to use @font-face feature and my fonts are in OTF/TTF format and Microsoft browsers support only EOT …

css browser fonts type-conversion font-face
How to set Bootstrap @font-family-base?

Bootstrap docs say: Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base. Does this mean there is a …

css twitter-bootstrap less font-face
How do I embed a custom website font in ttf format for all browsers?

On my website I'm using a custom font which I have uploaded. It seems to be choosing when to work …

css fonts font-face true-type-fonts
How to know if a font (@font-face) has already been loaded?

I'm using Font-Awesome, but while the font files are not loaded, the icons appear with . So, I want these icons …

javascript jquery css font-face font-awesome