All-In-One Cufon
All-In-One Cufon plugin allows you an easy replacement of standard fonts with beautiful catchy fonts.
This plugin implements Simo Kinnunen’s Cufón script, which aspires to become a worthy alternative to sIFR.

All-In-One Cufon WordPress Plugin
Download
Features
- Easy to use
- Automatic detection of the uploaded fonts
- Preview of the uploaded fonts
- Automatic detection of the fontFamily parameter
- Option to enable only font you really want to use
- Code tips
TODO
- Display size of .js file
- Display one test line with all fonts together
How-to
- Download plugin from WordPress repository.
- Unzip and upload it to wp-contentplugins. Or you can go to the admin panel:
- Plugins –> Add New
- Type “all-in-one cufon” into the search field.
- Install.
- First you have to generate JavaScript file of your .otf, .ttf etc. font file. To generate this you have to go the Cufon generator.
Make sure the EULA of the font permits web embedding.
- Create a folder called /cufon-fonts/ in the wp-content/plugins/ directory, where you need to upload your generated font .js files.
- When you’re done, just go the admin panel: Settings–>All-In-One Cufon
- There you will instantly see fonts that were detected in your wp-contentpluginscufon-fonts folder.
- Enable fonts you wish to use.
- The last step is adding the Cufón code.
Adding Cufon code
Add Cufon code to the Cufon’s code field. Basic code for replacing h2 element looks like this:
Cufon.replace('h2');
For more complex element you can use code like this:
Cufon.replace('#top-menu.menu');
1. Add gradient to the font:
Cufon.replace('.cufon-gradient', {
color: '-linear-gradient(red, blue)'
});
Cufon can make use of gradients
2. Add shadow to the font:
Cufon.replace('.cufon-shadow', {
textShadow: '2px 2px red'
});
Cufon can have a shadow, too!
3. Add gradient and shadow to the font:
Cufon.replace('.cufon-gradient-shadow', {
color: '-linear-gradient(blue, yellow)',
textShadow: '2px 2px #C0C0C0'
});
Cufon can even have gradient and shadow together.
4. Add gradient and shadow to a link:
Cufon.replace('a.cufon-gradient-shadow-link', {
color: '-linear-gradient(#FF9900, #000000)',
textShadow: '2px 2px #C0C0C0',
hover: {
textShadow: '2px 2px #C0C0C0',
color: '-linear-gradient(#99CC00, #000000)'
}
});
Cufon can apply gradient and shadow to links.
5. Set font, gradient and hover.
Cufon.replace('a.cufon-easy', {
fontFamily: 'Sketch Rockwell',
color: '-linear-gradient(#FF6600, #33CCCC)',
hover: {
textShadow: '2px 2px red',
color: '-linear-gradient(black, white)'
}
6. Add gradient, shadow and transparency to a shadow:
Cufon.replace('a.cufon-transparent', {
color: '-linear-gradient(#FFFFFF, #99CCFF)',
textShadow: '10px 10px rgba(0, 0, 0, 0.3)',
hover: {
textShadow: '10px 10px rgba(0, 0, 0, 0.3)',
color: '-linear-gradient(#FFFFFF, #969696)'
}
});
CSS code
.cufon-transparent { display: block; font-size: 40px; background: url(images/cufon-bg.jpg) repeat; }
Cufon can work with transparency in links.
You can find much more info on this amazing script on the official Cufón’s pages.
They also have active forum, where you can ask all your questions regarding Cufón.
202 Comments
Trackbacks/Pingbacks
- Pimp Je WordPress Blog | koffiekitten - [...] All in One Cufon – makkelijk fonts vervangen op je blog [...]
- Unsimply.me » The new theme - [...] have also made use of a few new plug-ins, my favorite of which being the All-In-One-Cufon plug-in that turns ...
- Plugin All In One Cufon | 4h18 - [...] ce faire, nous allons utiliser le plugin All In One Cufon [...]
- Android.ist.ziebest.com » Blog Archive » Cufon - [...] http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/ [...]
- how to adding cufon code in wordpressatharasicreative.com | atharasicreative.com - [...] folder. Enable fonts you wish to use. The last step is adding the Cufón code source : sramekdesign ...
- What are the best non web font services? | ryanfmc - [...] last but by certainly means least is All-in-one Cufon for WordPress. This is probably one of the best design plugins ...
- Dancing tulips and Font Fun with Wordpress - [...] All-in-One Cufon: “All-In-One Cufon plugin allows you an easy replacement of standard fonts with beautiful catchy fonts. This plugin ...
- Using custom fonts by replacing text with images | phpdevblog.eu - [...] The replace Javascript function also supports text shadowing and and mouseover(hover) features. You can find out more examples here. ...
- New Site Launch 01.2011 | Seedubble Design - [...] with: - Adobe Photoshop, Dreamweaver, and Flash - WordPress 3.0.4. , HTML, CSS, All in One Cufon for blog ...
- 57 Popular WordPress Plugins With 5 Stars Rating « WordPressPluginsandThemes.com Home Page - [...] All-In-One Cufon – http://www.sramekdesign.com/wordpress/plugins/all-in-one-cufon/ [...]
- Cufón–?? ? ?????? | ??????? ???? WordPress - [...] ? ??????? WordPress ?????????? ?????????? ???????, ??????? ???????? ??????????? ???????????? ???????. ???? ?? ??? All-In-One-Cufon. [...]
- My Favorite Free Wordpress Plugins - [...] All in One Cufon [...]
- 100+ Best Wordpress Plugins You Will Ever Find | Wordpress, Bloggers and Designers Top Tutorials - [...] 2. All-In-One Cufon plugin [...]




Hey this is an awesome plugin, can anyone suggest how i can make the font to have a shadow (just like on this website) to make the fonts look indented into the page?
Awesome plugin thank you so much
Hi all, I’m using an all-in-one cufon font and i’ve assigned it to h1 and h2 elements in the all-in-one cufon code window on my wordpress site using the twenty ten theme.
On the home page the font works with the title and the h2, whereas on any other static page the h2 is replaced but the title (or h1?) is not, any ideas?,Pete
thank you!!!!!!!!!!!!!!!!! finally my fonts work great in all the browsers!!!!
Hi,
I’m using the plugin for H2 and the thing works with one font and just h2.
I’ve uploaded another font, Calibri, the plugin shows me the font, so I think it’s all ok, but when I update the code:
Cufon.replace(‘h2.codeTips#tip4′, {textShadow: 2px 2px black });
This is the new one:
Cufon.replace(‘subtitle’, { fontFamily: ‘Calibri’ });
Nothing happens, doesn’t work, what I’m doing wrong?
Any help will be apreciated, have a nice time.
Put ‘.’ or ‘#’ before the word subtitle.
Hi:
I’m very anxious to get this plugin working. It looks like it will be a very helpful. I just activated it, got the need .js files, but it’s not working. I noticed that in the Settings window, the Preview doesn’t look right either. Any suggestions?
Thanks.