Comments on: The Easiest Way to Use Any Font You Wish http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/ Web Development & Design Tutorials Fri, 19 Mar 2010 01:23:08 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: How to Achieve Cross-Browser @font-face Support « Tips Tricks Tools http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-234889 How to Achieve Cross-Browser @font-face Support « Tips Tricks Tools Thu, 18 Mar 2010 03:51:45 +0000 http://net.tutsplus.com/?p=3927#comment-234889 [...] before you put your site live, and make that decision. If you need to use Cufon, there is a great tutorial right here on Nettuts on how to use [...] [...] before you put your site live, and make that decision. If you need to use Cufon, there is a great tutorial right here on Nettuts on how to use [...]

]]>
By: cufon reference « StuffThatSpins.com http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-229577 cufon reference « StuffThatSpins.com Sat, 13 Mar 2010 04:53:42 +0000 http://net.tutsplus.com/?p=3927#comment-229577 [...] The Easiest Way to Use Any Font You Wish [...] [...] The Easiest Way to Use Any Font You Wish [...]

]]>
By: Get More From Your Site’s Visual Acreage | Web Development News http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-228699 Get More From Your Site’s Visual Acreage | Web Development News Thu, 11 Mar 2010 16:57:12 +0000 http://net.tutsplus.com/?p=3927#comment-228699 [...] there has been a major trend towards huge type. With font replacement tools such as sIFR, Cufon, and @font-face, you can use beautiful fonts that are worth using a lot of prime website real [...] [...] there has been a major trend towards huge type. With font replacement tools such as sIFR, Cufon, and @font-face, you can use beautiful fonts that are worth using a lot of prime website real [...]

]]>
By: Get More From Your Site’s Visual Acreage « Web Development News http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-228564 Get More From Your Site’s Visual Acreage « Web Development News Thu, 11 Mar 2010 14:05:47 +0000 http://net.tutsplus.com/?p=3927#comment-228564 [...] there has been a major trend towards huge type. With font replacement tools such as sIFR, Cufon, and @font-face, you can use beautiful fonts that are worth using a lot of prime website real [...] [...] there has been a major trend towards huge type. With font replacement tools such as sIFR, Cufon, and @font-face, you can use beautiful fonts that are worth using a lot of prime website real [...]

]]>
By: Get More From Your Site’s Visual Acreage | Wordpress Blog http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-227676 Get More From Your Site’s Visual Acreage | Wordpress Blog Wed, 10 Mar 2010 16:53:17 +0000 http://net.tutsplus.com/?p=3927#comment-227676 [...] a arterial trend towards almighty type. downpour characters replacement furnishings because sIFR, Cufon, and @font-face, you canister applied drowsy fonts that are greatness using a bushel of cardinal [...] [...] a arterial trend towards almighty type. downpour characters replacement furnishings because sIFR, Cufon, and @font-face, you canister applied drowsy fonts that are greatness using a bushel of cardinal [...]

]]>
By: Joy http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-222340 Joy Fri, 05 Mar 2010 15:20:15 +0000 http://net.tutsplus.com/?p=3927#comment-222340 Thanks for this very well-done tutorial. I was really psyched about how easy using Cufon was and was able to get it up and running in no time. Excellent! I was also psyched when I ran across this article, which showed how to combine Cufon with CSS's @font-face using the jquery.fontavailable plugin: http://kilianvalkhof.com/2009/css-xhtml/combining-cufon-and-font-face/ It basically comes down to declaring @font-face in your CSS, but also having this code snippet: $(document).ready(function() { if(!$.fontAvailable('Name of your font')) { Cufon.replace('h1'); } }); As in, if the @font-face directive succeeded, you're all set; otherwise let Cufon take care of the font. It looks really promising, but *unfortunately*, this logic fails on Firefox 3.5 and up (I don't know about previous versions). Not sure why, but other people have noticed it, and the maintainers of the plugin know about it: http://code.google.com/p/jquery-fontavailable/issues/detail?id=2 Some day this stuff will be more consistent, I'm sure! Thanks again for this tutorial! Thanks for this very well-done tutorial. I was really psyched about how easy using Cufon was and was able to get it up and running in no time. Excellent!

I was also psyched when I ran across this article, which showed how to combine Cufon with CSS’s @font-face using the jquery.fontavailable plugin:

http://kilianvalkhof.com/2009/css-xhtml/combining-cufon-and-font-face/

It basically comes down to declaring @font-face in your CSS, but also having this code snippet:

$(document).ready(function() {
if(!$.fontAvailable(‘Name of your font’)) {
Cufon.replace(‘h1′);
}
});

As in, if the @font-face directive succeeded, you’re all set; otherwise let Cufon take care of the font.

It looks really promising, but *unfortunately*, this logic fails on Firefox 3.5 and up (I don’t know about previous versions). Not sure why, but other people have noticed it, and the maintainers of the plugin know about it:

http://code.google.com/p/jquery-fontavailable/issues/detail?id=2

Some day this stuff will be more consistent, I’m sure!

Thanks again for this tutorial!

]]>
By: Kevin http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-221170 Kevin Thu, 04 Mar 2010 06:55:44 +0000 http://net.tutsplus.com/?p=3927#comment-221170 Thanks a bunch. I love it! Thanks a bunch. I love it!

]]>
By: David Fitzgibbon http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-219612 David Fitzgibbon Tue, 02 Mar 2010 13:31:58 +0000 http://net.tutsplus.com/?p=3927#comment-219612 Works like dream! Thanks Jeff! Works like dream! Thanks Jeff!

]]>
By: Cufón-ated | Shiri Amram http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-217613 Cufón-ated | Shiri Amram Sun, 28 Feb 2010 00:33:42 +0000 http://net.tutsplus.com/?p=3927#comment-217613 [...] video? Try the helpful screencast by Jeffrey Way and visit for blog.eyoosuf for simple way of [...] [...] video? Try the helpful screencast by Jeffrey Way and visit for blog.eyoosuf for simple way of [...]

]]>
By: Pixel Air Web Design Cheshire http://net.tutsplus.com/articles/news/the-easiest-way-to-use-any-font-you-wish/comment-page-3/#comment-217484 Pixel Air Web Design Cheshire Sat, 27 Feb 2010 22:04:24 +0000 http://net.tutsplus.com/?p=3927#comment-217484 Fantastic post, just what i've been looking for. Cufon for Wordpress is definately the way forward Fantastic post, just what i’ve been looking for. Cufon for Wordpress is definately the way forward

]]>