Top "Font-face" questions

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

font-feature-settings: What is the correct syntax?

I purchased a webfont that supports some open type features and of course I want to use them. Unfortunately, I …

css font-face webfonts typography
Data URI in embedded font declaration (@font-face) breaks IE < 9

I have a CSS file with a @font-face declaration that embeds the font file via a data URI: @font-face { font-family: …

css internet-explorer font-face embedded-fonts
TTF (truetype) to WOFF(webfont) conversion using ruby

How do you convert a .ttf file to .woff file (webfont) using ruby? We want to allow users to upload …

fonts font-face truetype webfonts woff