The industry's not quite to the point where you can get rid of text-as-images. @font-face is supported in maybe 50% of browser versions, requires several different font formats, and even if you get it to work uniformly, you still have to deal with licensing issues.
I agree you should prefer text to images of text, but sometimes you can't escape it. EDIT: And I agree that in this particular case, he could've just used appropriately-styled text. :)
http://caniuse.com/#search=font-face
I agree you should prefer text to images of text, but sometimes you can't escape it. EDIT: And I agree that in this particular case, he could've just used appropriately-styled text. :)