I've come across a bug in Internet Explorer's 6 and 7 when animating the containing div of cufon'd text.
I used the following tutorial to create a featured content slider for my homepage - http://www.queness.com/post/274/jquery-sliding-tab-menu-for-sidebar-tutorial
The problem I'm having is that when the content slides to the next tab...
Cufon is that great tool to get any font on the web before html5 will do the Job. It works on iPhone, not on Palm, could anybody say if it works on Android? http://cufon.shoqolate.com should do for checking.
...
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
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7F7F7F), to(#616161));
but can't seem to get it to apply to the text using the color: selector or any ot...
Hello All,
I have a slideshow running with textquotes. These quotes contain a custom font provided by cufon. This all works fine.
However when the slideshow fades in or out, the text gets a dark border or shadow. I think its a transparancy issue in IE but I can't find a solution.
I'm using the jQuery plugin Cycle for my slideshow, and...
How can I underline a text replaced with Cufon?
...
I have a few divs with a repeating background PNG (that as an alpha channel set to ~50% opacity); the purpose is to give a white transparent background to the divs. The divs render great in all current browsers. But when I call my Cufon code to replace certain text on the screen, the backgrounds seem to fade out in a gradient fashion fro...
I have a page which uses cufon and asp:UpdatePanel. After ajax callback the new content does not replace tags with cufon. I've tried:
<script type="text/javascript">
alert('Cufon refresh start!');
Cufon.refresh();
alert('Cufon must be ok!');
</script>
But don't get any alert or cufon replacement.
...
I am using Cufon to embed tags with the 'Print Clearly' typeface.
On the hover state of the tag I would like the text to change to bold, how can I do this with Cufon?
<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/print-clearly_400.font...
Aside from Cufon, is there any way to embed fonts in Adobe Air applications? I'm sort of confused and disappointed that the debugger version of the Air runtime allows embedded fonts (the fonts are set via @font-face declarations in the CSS and are not installed on my machine) but when it comes time to export, the fonts are completely gon...
I'm trying to use something like that...
.cufon-font-style-1 { font-size:40px; line-height:-20px; }
it's not working in IE, FF, Chrome...
i changed my Docytype and nothing changed...
...
Another cufon question.
What I'm basically trying to do is render something like this correctly.
This is the best product ever
I had assumed that cufon would replace the italics with an italic version of the font, but now it would seem that it's only intended to replace a whole block that happened to ALL be italics. Do I correctly und...
Having a problem reducing the line height on a Cufon heading. Using the line-height property but doesn't seem to do anything, p.s I've checked for any conflicting CSS rules, any wise words? :)
This is it
http://www.warface.co.uk/clients/detail-shoppe
Its the header under the 'New' Bubble I would like to tighten up
...
Is it possible to have more than one Cufon font on a website? If so, how?
...
Hi,
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 text</p>
The text is rendered properly but the line break gets rendered as a new line, for example:
<h2 class="my_font"><cufon class="cufon cufon-canva...
Hi everybody,
I'm experiencing a problem with Cufon text-replacement library.
Take a look at:
http://www.dgform.com/new/
Next to the "Twitter" header there's a bird icon, which should be clickable, unfortunately the Cufon canvas - which strangely takes a lot of blank space after the last letter - lays partially on the image, so that ...
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 the DOM changes have occurred (viewing with IE8 built in dev toolbar) but no text is displayed.
Disabling the replace, and applying it man...
Hi. I'm using the Cufon library to display some text on this page.
If you look (via Firefox 3.6.x) at the section called "Thank You Gifts" and click the text in that area, you'll see a Fancybox (ver. 1.3.1) pop up. When it pops up, I have to hide the Cufon text title of the section or it will overlay the Fancybox. How do I fix this so ...
I have this in the js file:
vars explained (%id=inject is: @inject) (#%id% is just the wrapper div)
$(document).ready(function(){
var injectionKey = /%id=inject%/ig;
var injectionStack = $('#%id%').html();
(function($) {
var theInjectionPage = $("body");
theInjectionPage.html(theInjectionPage.html().replace(injectionKe...
Hi all,
I try to use Cufon fonts in my web page. I have master page and in head tag I have this:
<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/GeosansLight_500.font....
Jquery Magic preview allows a user to enter in text and have it auto update (much like this "submission field" works with the preview loading below!). I would like the user to be able to enter in the text and then the Cufon font to take over what they've written (or just have it typed in cufon font).
$(function() {
$('form.example inpu...