Tagged Questions
The typekit tag has no wiki summary.
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 ...
2
votes
3answers
4k views
jQuery: try catch { call function } does not work?
I'm having a lot of JavaScript on my page and I'm using typekit. In order to make my page work correctly (grid and stuff) I'm using the new typekit font events.
It's simply a try and catch statement ...
2
votes
3answers
256 views
Why do only some of my system fonts work in my HTML?
I have Din Engshrift and other obscure fonts installed on my machine where I do development. But when I try to access them from HTML, they look completely warped. Fonts like "Courier New" work fine. ...
1
vote
1answer
47 views
typekit: Failed on Firefox, Worked on Chrome and Safari
I could embed a typekit-hosted font on Chrome and Safari but, for some reasons, not on Firefox. I am running FF v9.0.1 but I don't think it is related to the version (because the same thing happened ...
1
vote
2answers
33 views
Does typekit allow using @font-face?
I want to use the font from typekit website for my blog. As far as I'm using now is have the javascript on the head tag, and load the font using the launch the kit option from typekit.
My question ...
1
vote
2answers
86 views
How can I load dynamically typekit fonts?
Is there a way to load typekit fonts dynamically, much like the Google Font API?
That is, how can I declare dynamically on each page the font name in a css link and load just the font(s) that are ...
1
vote
1answer
98 views
Typewriter Text with Underscore that types and erases (In a Cycle)
I found an amazing typewriting effect at this website: http://www.9elements.com
The header shows a brilliant typewriter effect that I want to duplicate, but the code does NOT work in Explorer. The ...
1
vote
0answers
302 views
Typekit t & Internet Explorer 8 loading pages issue
On this website using Wordpress 3.0 & Typkit we have this problem:
The pages seems to freeze for a moment everty time you refresh the page.
This issue is ONLY with Internet Explorer PC.
URL: ...
1
vote
1answer
905 views
Caching Typekit CSS
I'm using TypeKit to provide fonts for a site I'm developing. When the page is loading it loads slow (more than a second). Turns out that this is because it's downloading the fonts on every ...
0
votes
0answers
20 views
How to load TypeKit fonts into a CKEditor instance using jQuery
I'm trying to load TypeKit fonts into an instance of the CKEditor via jQuery. Here's my code:
$('.ck-blog textarea').ckeditor(function () {
CKEDITOR.scriptLoader.load(
...
0
votes
1answer
25 views
How do I load javascript from external source in a Sproutcore application?
I want to use typekit in a sproutcore app, which means I should add following javascript to my mainpage tag:
<script type="text/javascript" ...
0
votes
1answer
54 views
Detect Windows XP for Font Rendering
I've been playing with Typekit for a year now and I've only just noticed how bad fonts look in Windows XP, even when using Chrome. Fonts look ok (not great) on Vista onwards.
Is there a way to detect ...
0
votes
0answers
70 views
Typekit Dynamic Javascript not working in IE8
I found a piece of javascript that Dynamic changes the typekit call script depending on the current page type https:// or http:// this works fine on Safari Firefox etc but has issue on IE8. Does ...
0
votes
4answers
187 views
What is the best non-web font replacement solution? [closed]
I've heard of Google Fonts and Typekit. I'm looking for preferences before I read into all the pros and cons of each.
Thoughts?
0
votes
0answers
283 views
Typekit fonts not working on some machines
We're using typekit fonts for some of our styles. We've noticed that on some machines, the fonts don't load on our live site, although they do on our dev site. This is only on certain machines, and ...