Tagged Questions

Cufon is a JavaScript font replacement technique which is an alternative to WebFonts and sIFR

learn more… | top users | synonyms

41
votes
14answers
24k views

SIFR vs Cufon vs Typeface.js

With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer? Cufon,Typeface.js, or SIFR? Cufon is new but has been getting a lot of praise from ...
10
votes
5answers
1k views

Web font embedding vs. sifr?

I'd like to use a non-standard web font to improve the appearance of my HTML. Is it preferable to embed a web font or use something like sifr? My understanding is sifr is a flash-based viewer for ...
6
votes
5answers
2k views

Cufon loaded asynchronously doesn't render in IE

I'm creating a site which uses Cufon and is particularly heavy in terms of page-weight due to a large amount of Javascript. Therefore I'm trying to load in the script asynchronously with head.js ( ...
6
votes
4answers
5k views

Cufon text z-index (IE6 and IE7 stylish select box bug)

I'm replacing some text with cufon on my page and I'm using jquery stylish select box plugin (http://www.scottdarby.com/plugins/stylish-select/0.4/) to style select boxes. The problem is that, in IE6 ...
5
votes
4answers
130 views

prevent from linking css from others sites

I have a comerce css on my site. I use IIS and vendor says that others can use my css fonts because they know the url. Is it possible to set server or something so that only my site can use it ? It is ...
5
votes
1answer
193 views

jQuery later than window load

I am using Cufon.replace to font replace some text on the site. Currently in IE8 standards mode when this is run outside a $(document).ready it is only happening ~50% of the time the rest of the time ...
5
votes
4answers
9k views

How does Cufon affect SEO and Search Bots?

I've been searching the web and can't find an answer to the question of how using Cufon affects SEO (the way bots from Google, Bing, Yahoo... read the page). I know the original text is still there, ...
5
votes
2answers
623 views

Cufón font security

I've been trying to research a safer way to implement Cufón that would store the actual font data in a MySQL database that could be queried and returned when necessary, without having to store the ...
4
votes
4answers
542 views

@font-face vs. cufon

i'm working on a website and currently using the @font-face tehnique (this + this) to load the fonts. I noticed that some of the special characters are not loading properly -> ŠĐŽČĆ šđžčć. This is, ...
4
votes
3answers
5k views

Cufon: Underline Text

How can I underline a text replaced with Cufon?
4
votes
3answers
6k views

How to disable Cufon on certain elements?

I currently use Cufon accross our site with something similar to Cufon.set('fontFamily', 'DIN Medium').replace('h1'); Now for a single H1 tag i would like Cufon to be disabled, this is without ...
3
votes
1answer
100 views

Anchor element becoming display:block in HTML5 instead of display:inline with cufon

I got <a> elements that are display:inline in html4 and page displays fine (like I want it to). Now I am updating my page with new html5 and as a result following cufon link becomes ...
3
votes
2answers
614 views

JavaScript generated text disappears (Cufon & Clone)

I have a list: <ul> <li><h2>Header</h2><p>Text</p></li> <li><h2>Header</h2><p>Text</p></li> ...
3
votes
2answers
354 views

Cufon colour stays same after class removal

I have links and when one is clicked there is an id added which changes the colour. The other links have the class removed so there colour will retun to normal. This is working with javascript ...
3
votes
1answer
1k views

More than one font with Cufon?

Is it possible to have more than one Cufon font on a website? If so, how?
3
votes
2answers
4k views

Cufon Hover & Change of font syntax

Could someone help me rewrite this syntax below to get it right. I want the font to be replaced by my font whilst accepting the :hover so my button will change when i hover over it. Cufon('button', ...
3
votes
3answers
3k views

Cufon font replacement: How can I eliminate the flash of unstyled text that occurs when the page loads?

I'm using Cufon to replace the font of selected heading elements on a site I'm working on, but whenever I load a page, there is a noticeable flash of unstyled text before Cufon replaces the text. I ...
3
votes
4answers
6k views

Is it possible to get Cufon to work on a button?

So right now I'm bashing my head - at the moment we use an element for a button to give it our own custom font, fine - this works, but as we're using Cufon on the rest of the site, we're wondering if ...
2
votes
1answer
74 views

Pound Signs Disappearing from H3s

The pound signs (£) &pound; work perfectly within <p> tags, but are not showing up at all in the H3s on the site I'm building. Edit: It looks like the issue is with the font cufon. ...
2
votes
2answers
135 views

Cufon, cufontext breaks on jQuery clone IE7

I have 5 elements in a jQuery slider, the slider elements are then cloned once so there are enough elements for a circular continuous slide. Here is the code i am using to clone my elements: ...
2
votes
1answer
352 views

Cufon fonts messed up on site in Chrome

They definitely looked OK a couple days ago, not sure what changed. Please check http://www.totaltab.com - the header text looks all messed up in my Chrome for some reason. Firefox is just fine. I ...
2
votes
2answers
166 views

Many recommended scripts should go at the bottom of the page - does this include Cufon?

All front end developers out there will have heard some experts state that it is best practice to put scripts at the bottom of the page. My question is, does this include Cufon also? (that us, if ...
2
votes
3answers
1k views

Cufon and Internet Explorer error

i'm encountering an error on IE (both 7 & 8) related to cufon-yui.js "The property or method are no supported by the object" Line 7, character 7725, of cufon-yui.js. This is the last version of ...
2
votes
2answers
553 views

cufon not working

Can anyone tell me why Cufon isnt working on the following site: http://www.rnmtest.co.uk/aim/ Looks right to me but it just isn't working.
2
votes
3answers
1k views

What are cons to use Cufon? Is sIFR still good option? @font-face doesn't make the letters smooth like they look with cufon or sIFR

What are cons to use Cufon? in term of Web Standards, Accessibility and Performance. I think if we need smooth text than sIFR is still best with screen reader compatibility. With @font-face font ...
2
votes
2answers
1k views

Cufon always render as bold

I'm made a Cufon font for a new website I'm working on. However even though I've included both a normal and a bold version of the font when I made it, it always renders as bold text. I use it for my ...
2
votes
4answers
2k views

Reloading Cufon after Ajax load, please assist

I have been trying every possible combination of cufon.replace - Cufon.refresh and Cufon.reload but i just cant seem to get this working. when original page loads cufon does its job, but when Ajax ...
2
votes
1answer
393 views

What are the advantages of Google fonts over cufon?

I am trying to work out whether I should use Google fonts or cufon. Google fonts seem to be able to be copy/pasted and that is definitely an advantage. So I am leaning towards Google fonts.
2
votes
1answer
895 views

Cufon rendering line breaks

I have been using cufon for the last year and a half and have never seen this... Say I have: <h2 class="my_font">This is some text</h2> <p class="my_font">This is some more ...
2
votes
1answer
698 views

Is a Text Gradient similar to Cufon possible using CSS3 & @font-face?

Using @font-face and CSS3 I want to simulate the linear gradient that you can achieve on text using Cufon color: '-linear-gradient(#7f7f7f, #616161)', I have the webkit rule ...
2
votes
1answer
769 views

Cufon selector problems

I am using Cufon (http://cufon.shoqolate.com/generate/) to replace some text in a menu. Problem is that I only need to style the first <li> of the first <ul>. I have tried using: ...
2
votes
3answers
9k views

Cufon multiple fonts - How?

I am trying to implement 2 cufon fonts on the same page for the first time. Its not working. In the documentation this is provided as an example: <script src="Vegur_300.font.js" ...
2
votes
2answers
4k views

Excluding some tags from the Cufon Font system

I'm using Cufon to load some nice fonts with javascript. And, as I have many tags, I use the following instruction to replace all the tags: Cufon.replace('*', { fontFamily: 'MyFont' }); But, I ...
2
votes
1answer
743 views

Why won't Cufon allow an addclass function with jQuery?

Man, I just don't get it. I have four sets of paired links, where by hovering over one sets off the other. I have it working in jQuery but when I add Cufon it's no dice. Here's JQ script: ...
2
votes
2answers
4k views

Cufon.refresh() don`t work in IE8

I need to refresh Cufon fonts after getting AJAX data. Unfortunately simple Cufon.refresh() don`t work in IE8. Debugger says, tah the line 1191 sStyle.width = roundedShapeWidth; has Invalid ...
2
votes
2answers
917 views

How do i reduce cufon flickering on render?

I'm working on a project using Cufon font replacement, and we're having a rather frustrating issue with a flicker when the content is rendered in the browse. You can see it as your browser around the ...
2
votes
1answer
9k views

Cufon line-height is not working at all

I'm using Cufon ( http://wiki.github.com/sorccu/cufon/about ) to use special fonts in my website. But when I apply line-height in CSS, it doesn't affect my Cufon fonts. But in IE it does work. What ...
1
vote
0answers
28 views

Removing “dynamically embedded” JS dynamically improve efficiency?

I am using Cufon in one of my sites and dynamically adding cufon font files to the page when i need a particular font. now the number of fonts can go large up to 150-200 in a single page (eventually). ...
1
vote
0answers
51 views

Cufon script not working with opencart installation

This Cufon script was working perfectly for me on another site, so this is frustrating. :/ Can you spot anything wrong? The pieces of code are located just before the ending head tag and just after ...
1
vote
1answer
47 views

Cufon issues with cyrillic characters

I'm using cufon on this site: http://whatismycar.com/ Everything works fine, but I've started to translate the site and now I need cyrillic characters in my cufon boxes. I've generated the font by my ...
1
vote
1answer
55 views

Cufon current menu item doens't work in IE7

I've tried to define the hover and .current class state within cufon. Now I'm trying to get cufon to work in IE7 but the code I've created seems to give a error. IE8 & IE9 seem to get it but IE7 ...
1
vote
0answers
96 views

AnythingSlider and Cufon bug in IE8 - Delay between navigation and slide

I have the following call to AnythingSlider: $(document).ready(function(){ $("#vitrine").anythingSlider({ buildArrows : false, autoPlayLocked : true, ...
1
vote
2answers
154 views

Don't know how to use Cufon.refresh() on website with ajax

I have searched on this matter but havent been able to find an answer that work for me. On my website I have one page with a menu and a div. When clicking on a menu link the information in the div ...
1
vote
1answer
86 views

Cufon is not showing after the text is dynamically updated

I'm currently building an e-commerce site in wordpress using the WP-ecommerce plugin.In product page, the stock is updated after you select an attribute(size, color etc). It basically shows if the ...
1
vote
1answer
242 views

Exclude Elements from being replaced with cufon?

If I have set cufon to replace all h1 elements with a font, can I exclude elements with specific classes? So for example, cufon replaces all h1 elements on a page except for elements with a class of ...
1
vote
1answer
236 views

Cufon IE Invalid Argument

Okay, I'm a little stumped with this one. I am usng Cufon to replace my text with a non-web standard font. This is a script I've used an aweful lot & never had a problem with it in the past. Along ...
1
vote
1answer
45 views

jquery dropdown working in all browsers but IE

Earlier in the day I had some free time and was like hey I'm going to do a cool drop down menu that people can use. I started creating it and everything went fine until i was done and checking it in ...
1
vote
2answers
107 views

HTML/CSS: Cufón and Font-face not equal

I have a site where some special fonts are used. I'm trying to convert the current Cufón font to CSS3 font-face. Here is the font: http://uploads.dennismadsen.com/font/springsteel-lig.otf It seems ...
1
vote
5answers
424 views

Cufon hover stays in hoverstate on mouseout

http://www.basenharald.nl/3d Hover the buttons. What i want is that the cufon text changes to #e90c00. For some reason (sometimes) when i move my mouse off the button it stays #e90c00. This is the ...
1
vote
3answers
71 views

Change font for £ after page loaded

I have a situation where the font in a H3 element is being replace by Cufon with a font that does not have a pound L (£). As a quick fix I want to replace any £ in H3 element with a different font ...

1 2 3 4 5