Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
7k views

How to make Google Fonts work in IE?

I've been developing a site that uses the Google Fonts API. It's great, and supposedly has been tested in IE, but when testing in IE 8 the fonts simply don't get styled. I included the font, as ...
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 ...
7
votes
2answers
83 views

Revert to unstyled text when web fonts are slow to load?

I'm using Google web fonts, like this: @font-face { font-family: "Vollkorn"; font-style: normal; font-weight: normal; src: local('Vollkorn Regular'), local('Vollkorn-Regular'), ...
7
votes
4answers
6k views

IE9 blocks download of cross-origin web font

This is driving me crazy. Just testing a site on IE9 and discovered that the 'live' version is rendering a web font I am using smaller than on the dev version. Here is a selection of screen grabs: ...
6
votes
4answers
350 views

How to protect WebFonts

I have a client that want that webfonts are hosted on his own server. I have a font.com account where i hosted that font until now. I went truth the fonts.com agreement (Point 18.) Where they say, ...
6
votes
4answers
1k views

How to create smooth headlines with HTML and CSS?

I saw a lot of web pages recently, that have very smooth headlines, like this website for example: http://boagworld.com/ How do they go about to do that? Are there any hidden clues? At one point I ...
4
votes
2answers
1k views

@font-face Blacklisted font [closed]

I've been using font-squirrel for quite sometime and was really happy with its generator and the @font-face method as it doesn't produce any FOUT. But recently a project came for development and when ...
4
votes
5answers
153 views

What sites provide public web font libraries to link to?

Are there any sites except google that provide a library that one can link directly to in your css file? Like google-webfonts @font-face so that they're hosting, and no local files for you. { ...
3
votes
2answers
249 views

using @font-face for 2 fonts causing big slow-down

This is the first time I've used @font-face. The font pack is from myfonts.com and I'm currently testing in Safari and noticed through the web inspector that the css file, which loads the 2 fonts ...
2
votes
2answers
139 views

how to I use an Arabic font in my css?

I just found out that there is no generator for Arabic fonts, because of the issue of connecting the letters... Does that mean that the only choice I have is to get it from fonts.com? Does anyone know ...
2
votes
1answer
119 views

How does ?#iefix solve web fonts loading in IE6-IE8?

Lots of articles in the web like this : http://www.fontspring.com/blog/fixing-ie9-font-face-problems suggest to add a ?#iefixto the eot url. I was curious to know how is this going to solve the ...
2
votes
2answers
76 views

Webfont on Ubuntu, regular (13px) fontsize rendered too thin so font-color is not clear enough

As you can see on the screenshot, a custom webfont (agrafa thin) is rendered too thin on Ubuntu. Because it's too thin, the font-color (white, fff) looks more like light-blue 1. This counts for both ...
2
votes
2answers
117 views

CSS not displaying font very well

I have a little problem with my text fonts every time I write a simple font rule and try to display the output, the text is not displayed very well. It usually looks like it is blur. The font is ...
2
votes
1answer
211 views

Is it possible to load webfonts through the offline storage cache manifest?

I understand that I can import my fonts through html/css but I am wondering if this is a achievable approach. Thanks!
2
votes
3answers
226 views

Can I have custom fonts with Google web fonts?

I want to use my own font. How can I use it with that Google's font loader?
2
votes
2answers
167 views

how to do you use letter-spacing smaller than 1px

I have a web font that I am trying to get the spacing just right. I have it set at letter-spacing: .03px. Works great in firefox 5, But i know this doesn't work across browsers. Is there anything i ...
2
votes
3answers
691 views

Convert Arabic TTF/OTF fonts to woff, eof?

First I know there are similar questions to mine, and I do tried Font Squirrel Generator for tons of Arabic fonts, all of them render text in English correctly but none of them worked with Arabic ...
2
votes
2answers
129 views

Nav menu that spans entire container width with constant horizontal padding

I've created a nav menu like in the screenshot below. It spans the entire width of the container and the left/right padding of each menu item is constant. This was easy to do by hardcoding the ...
2
votes
1answer
359 views

Loading fonts from Google web font directory

Google explain a number of techniques for using their web fonts in this article They present two methods: use webfont.js use an API key and google.load I already use an API key to load jquery ...
2
votes
5answers
436 views

What web font format has the highest quality?

I've seen that some websites use @font-face but they look creepy & without anti-aliasing, But some other websites use some fonts with a very high quality, I don't know if they use OTF or TTF or ...
2
votes
5answers
656 views

How do I package a custom TrueType font with a web site so the browsers will render it?

I'm developing a website for someone but they want (insist) that the title be in a non-standard font. (The customer is always right.) I have the TrueType (.ttf) font but how do I bundle this with the ...
1
vote
2answers
27 views

Allow some files (like fonts) to be served only from my domains — specific technical need

I have a CDN that serves our static content. From Internap. To make the CDN urls in my html a bit more palatable, I have a "CNAME" entry in my DNS settings: cache.mysite.com => CNAME points to ...
1
vote
1answer
63 views

Is it possible to use custom fonts - using font-face?

I'm able to embed and style a font-face in a webpage to view on Android and iPhone, and it works fine. However, it will not render on Windows Phone 7.5. I've tried embedding the font into the CSS: ...
1
vote
1answer
47 views

Do browsers download unnecessary files in @font-face statements?

I would like to choose fonts in a web page using logic along the lines of "if you have this system font A, use it, otherwise download and use font B". I can do this in CSS like so: @font-face { ...
1
vote
1answer
58 views

One of my Web Fonts does not render on Firefox

I have two web fonts installed on my site and one is working on Firefox, while the other one is not. If you check it on Chrome, both of the Google web fonts work perfect. Here is my code: @font-face ...
1
vote
1answer
75 views

Google Chrome Font Issue

Which font do I install for these sites? Obviously it's common, but I can't figure it out.
1
vote
4answers
40 views

How do I install a custom font on an html site

I am not using flash or php - and I have been asked to add a custom font to a simple html layout. "KG June Bug" I have it downloaded locally- is there a simple CSS trick to accomplish this?
1
vote
1answer
151 views

Rails 3.1 error 406 response when downloading web fonts

I'm having problems serving web fonts through Rails 3.1, within a Spree 0.70 application using compass (which I don't think should make a difference) I have a scss file which contains the ...
1
vote
1answer
101 views

google web fonts in firefox 7.0.1

I have a problem to load the google web fonts on firefox body, input, select, textarea, h1, h2, h3 { font-family: "Ubuntu Condensed",sans-serif !important; }
1
vote
1answer
120 views

How to avoid Google Web-Fonts uncertainty

I was putting together a website using the Comfortaa font from Google Web Fonts. I developed the site locally on OSX, and everything looked fine. When I got around to posting the site online, I ...
1
vote
1answer
75 views

Why does Chrome render newly declared web fonts in italic by default?

It's not the answer to the question above but I've put work I've done on this below as a bit of back ground so's not to rub people up the wrong way!
1
vote
1answer
42 views

Detecting with Javascript whether a Browser supports Web Open Font Format (Woff) or not

i have to detect with JS (jQuery) wether a browser supports Woff and then add a class to the body. Something like this: if(woffIsSupported){ $('body').addClass('modern'); } is this ...
1
vote
1answer
53 views

Webfonts not formatted correctly?

I'm using webfonts via css and I've noticed that the font I chose BPreplay looks different on the web than on my localhost... like some of the letters aren't properly shaped... why is this?
1
vote
1answer
112 views

Drupal: Nothing of CSS3 won´t work on IE? Specially Google webfonts. is this code correct?

I´m currently working on www.liganet.net, and it looks ok in Chrome and Firefox. But look at it with ANY Internet Explorer version... the rounded corners go away, everything looks bad. Specially the ...
1
vote
1answer
100 views

How to remove padding/margin on h tags?

I'm 99% sure I'm not overlooking something here. I have the usual resets done, no margin or padding on the h tag, line-height:100% etc etc. but STILL there are about 2 or 3px padding above and below ...
1
vote
2answers
97 views

How to add google webfonts to mediawiki?

google web fonts requires that an HTML link element should be added to the head of the page: <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> I ...
1
vote
1answer
216 views

Add text to image using php gd and google webfonts

Is is possible if I want adding text to image with font from google webfonts? using PHP image GD
1
vote
2answers
359 views

Webfonts rendering differently on Windows, Mac and Linux

I'm using webfonts for the first time on a website I'm currently making and I noticed that the bounding boxes of the fonts seem to be different on Windows and Linux & Mac (same on Linux & Mac ...
1
vote
2answers
750 views

Getting web fonts to work with phonegap and android - how?

Does PhoneGap support web fonts, and if so how do you use them. I've currently got this code in my page, but it doesn't work when loaded into the emulator (inside an android app, I've not tried ...
1
vote
2answers
145 views

How to be notified once a web font has loaded

Google's Web Fonts API offers a way to define callback functions to be executed if a font has finished loading, or couldn't be loaded etc. Is there a way to achieve something similar using CSS3 web ...
1
vote
0answers
268 views

change javascript absolute url for @font face to relative url

Right now with this piece of javascript the url to the woff fonts indicates an absolute url. How do I change this from pointing to an absolute url, to a relative url case 'woff': ...
1
vote
2answers
164 views

Embedding a font to HTML

I'm trying to embed the font "Andale Mono" to my html pages, I have the font in the following extensions: .eot, .svg, .ttf and .woff Is there anyway that I can get it to work on all browsers?? I was ...
1
vote
1answer
104 views

How to change default font before font-face loads?

In Firefox when a page loads it shows a default font (such as Times New Roman) for a moment (depending on connection speed) before it renders using the specified font-face. I understand this cannot be ...
1
vote
1answer
259 views

Web font hosted on another domain

I would like to know if it's possible to host webfonts on another domain, My CSS are hosted on Amazon CloudFront and my webfonts too but they don't show up, It was fine when my css were in local. ...
1
vote
1answer
477 views

Google Chrome: Aw, Snap crash on page containing webfonts

Does anyone know why Google Chrome is crashing when the user land on a page with webfonts It does not happen all the time, but just too often I'm just getting a blue screen page, and I have no clue ...
0
votes
0answers
19 views

Monitor the progress and/or completion of a file download

Because of the various Webkit-specific issues currently in the working builds of the Google WebFont Loader API, I need a way to monitor when a font file has successfully downloaded into the user's ...
0
votes
4answers
25 views

Run JavaScript function after window load, including any asynchronous downloads

I have an initialise function in my app that I want to trigger when two conditions have been met: 1) the window has loaded: $(window).load() and 2) Typekit has loaded. $(window).load(function() { ...
0
votes
1answer
19 views

Write a Unicode scribal character in an HTML page (with Junicode)?

This is hopefully a very simple question, but one a lot of Googling has not found the answer to! I would like to display a Unicode character from the Latin Extended-D set on a web page (PDF ...
0
votes
1answer
44 views

Android 2.3.4 not loading FontSquirrel fonts?

I've been using Pictos and FontSquirrel for fancy dancy icons and typography on our web app. Today I saw that Droid phones and Android 2.3.4 (running on VirtualBox) does not display the font face at ...
0
votes
0answers
15 views

Is possible to use Cufon to change font of Google Maps clusterer icon?

This is specific one: Is possible to use Cufon to change font of Google Maps clusterer icon? Or, how can I use web font to change font of Google Maps clusterer icon? Thank you in advance!

1 2