Top "Font-face" questions

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

Making CSS3 @font-face font rendering play nice with ClearType on Windows

First some background information. It seems that using the CSS3 @font-face rule can interact in unexpected and undesired ways with …

windows css font-face cleartype
roboto font not working in css

I've CSS and XHTML files. I've downloaded all the ROBOTO fonts and put it in my "webapps/fonts/" folder. In …

css xhtml font-face webfonts google-webfonts
Css font-face using ttc file

This is my first time using font-face, and it's really hard for me to actually render the exact font, especially …

css fonts font-face webfonts
If multiple sources are listed in an @font-face, are all of them loaded on the client side?

I'm seeking to optimize the speed of my site and want to know of browers would only load the file …

css font-face
Are eot, ttf, and svg still necessary in the font-face declaration?

Up until now, I've used Paul Irish's bulletproof font-face syntax But I was just looking at support for .woff and .…

css fonts font-face woff woff2
Rails 4: Why are fonts not loading in production?

I can't load fonts in my Rails 4 app in production, it works normally in development. Assets are precompiled on the …

ruby-on-rails fonts ruby-on-rails-4 capistrano font-face
Can I use OCR to detect font style (bold, italic)?

I am interested in using OCR to extract bold and italic words from a simple text. For example, if I …

ocr font-face tesseract
Font loading error: downloadable font: kern: Too large subtable, table discarded

I am trying to use the "Open sans" font into my web page, and only in Firefox, I get this …

css firefox font-face font-family
Is it possible to disable anti-aliasing in CSS when using @font-face with pixel fonts?

I want to use a pixel font on the web. I'm including it using @font-face however all the browsers are …

css font-face antialiasing
html2pdf error while converting to pdf

I have the following code: <?php session_start(); ob_start(); // on vérifie toujours qu'il s'agit d'un membre qui …

php pdf font-face html2pdf