Entries Tagged as '@font-face'

Installing Cygwin and FontForge for Windows

February 27th, 2011 by zoltan · 50 Comments

FontForge, as far as I can tell, is the best free font editing and conversion tool available for all operating systems. The problem is, the average user may have difficulty getting it to work under Windows. Because a lot of web designers out there may not be familiar with UNIX command shells and Cygwin, I have written this blog post to help.

[Read more »]

Tags: @font-face · converting · Cygwin · FontForge · Fonts

Converting @font-face Fonts Quickly In Any OS

February 20th, 2011 by zoltan · 21 Comments

I love experimenting with web fonts, but using the hodgepodge of free and open source desktop tools to convert them manually is time consuming. This inspired me to write a command line tool that would convert them all at once and create the CSS code like Font Squirrel’s generator. The result is a shell script that uses FontForge, Batik and Readable Web’s EOTFast to do the heavy lifting.

[Read more »]

Tags: @font-face · converting · CSS · CSS3 · Cygwin · FontForge · Fonts

Giving Challenged @font-face Fonts The Italics Makeover

September 7th, 2010 by zoltan · 5 Comments

Have a font that doesn’t have an italics variant? Does your browser try to attempt to “obliquify” it (badly) or not do anything at all? There is a simple solution to this problem using CSS3 Transforms.

[Read more »]

Tags: @font-face · CSS · CSS3 · Fonts · transform

How to Make ClearType, @font-face Fonts and CSS Visual Filters Play Nicely Together

September 2nd, 2010 by zoltan · 17 Comments

Ever had a problem with using IE’s Alpha Visual Filter and getting blocky text? A solution has been found, and it doesn’t use JavaScript. I expect to hear a sigh of relief from many developers.

[Read more »]

Tags: @font-face · ClearType · CSS · CSS3 · Fonts · IE Visual Filters

Introducing: The Type Rendering Project

November 30th, 2009 by zoltan · 1 Comment

Join a project that will allow developers to find ways to make web type look better right now.

[Read more »]

Tags: @font-face · CSS · CSS3 · Fonts

How to Detect Font-Smoothing Using JavaScript

November 29th, 2009 by zoltan · 74 Comments

Not all @font-face fonts look good when font-smoothing is turned off. Now you can detect whether a font smoothing technology is being used and serve alternative fonts for those users.

[Read more »]

Tags: @font-face · ClearType · CSS · CSS3 · Fonts · JavaScript

More @font-face fun

October 9th, 2009 by zoltan · 10 Comments

My first post @font-face in Depth got a huge amount of unexpected attention.  Thank you all for your comments and criticism.  Since the post, there have been quite a bit of information I have read about and thought I should share. SVG fonts for Opera and Chrome Jonathan Snook wrote a great article regarding Opera […]

[Read more »]

Tags: @font-face · CSS · Fonts · SVG

@font-face in Depth

September 20th, 2009 by admin · 68 Comments

The fact that we can now choose any font to embed inside our web pages and applications using @font-face is something to celebrate, and removes a long existing set of handcuffs placed on web designers. This article covers how to use @font-face in all browsers, as well as some interesting little-known technical details.

[Read more »]

Tags: @font-face · ClearType · converting · CSS · FontForge · Fonts