a technology that enables people to use fonts on demand over the Web without requiring installation in the operating system.
0
votes
0answers
10 views
Avoid faux bold and italic styles when using webfonts over fonts.com
I'm using the webfont service of fonts.com to include webfonts to my site. However, the publishing options of this service are not sufficient enough in my case. What I want is to be able to declare ...
0
votes
2answers
28 views
Subset Font By Specific Glyphs
I have a 14MB TTF containing mostly Simplified Chinese characters.
I'd like to reduce the size by creating a subset which only contains the specific characters within an HTML page.
So, ideally, I'd ...
0
votes
0answers
14 views
Google Webfonts on the Kindle Fire
I am working on a site that uses Google Webfonts. I have tested this on many devices and different platforms, but the only device that the webfonts aren't working on is the Amazon Kindle Fire (first ...
0
votes
0answers
16 views
Web Fonts not working in some Firefox (including Google Fonts Sample Page)
Firefox 21v, Windows 7 32Bit
We are about to use Google Fonts for an upcoming project. We've found two computers with Firefox which doesn't display any web fonts at all.(Chrome display them ...
2
votes
1answer
27 views
Font-style/font-weight for fallback-fonts only?
I have purchased some fonts from myfonts.com. Due to a bug, they don't work in IE10. I'm gonna use some fallback fonts.
With webfonts, most people use default values for font-weight and font-styles ...
0
votes
1answer
22 views
IE8 CSS @font-face IE8 - fonts are flashing
I'm having a problem with my icon fonts. It works with any other browsers but not with IE8. Already tried bulletproof solutions but without success. The problem is with IE8.. when page is loading, I ...
0
votes
0answers
19 views
Webfonts not working with iPad 4 Webapps (Home screen icon)
Webfonts not working with iPad 4 webapps
I'm making a webpage "app" for iPad 4 (and iPad only, for now).
The thing is it's meant to be "app-like", meaning it has to take the full screen when using ...
1
vote
0answers
56 views
Triggering antialiasing for webfonts in chrome and firefox
So we all know how crappy webfonts look with antialiasing disabled... I just found out that, if you're using Chrome, you trigger antialiasing at 49px or higher, however, with firefox it's set at 257px ...
0
votes
1answer
68 views
+50
AWS S3 cross-origin request failed on ie9
I'm trying to make a web font and have it deployed on AWS S3.
Works fine in all browsers except IE9 where it says the cross-origin request failed when trying to load the woff file.
I've read lots ...
0
votes
1answer
44 views
Font size is bigger in HTML than in Photoshop
My <nav> element is displaying each list element in a font size much much bigger when I view it on Chrome than I originally designed in Photoshop. In Chrome, my font is showing 23px larger in ...
0
votes
0answers
23 views
Weird issue with UserVoice & Web Fonts randomly not displaying
I have a site that makes use of web fonts & obviously @font-face; I recently added the UserVoice widget JavaScript call to the header of the site and I"m not 100% sure if it's what is causing the ...
0
votes
1answer
30 views
Which Unicode characters can be typed using the keyboard?
I had some trouble figuring out the title for this question, so I know it sounds a little stupid.
I'm working on a webfont generator. I have over 1,000 SVGs (and growing), and, with the use of ...
1
vote
0answers
18 views
How do I get lettering.js working with soft hyphens?
On applying lettering.js to my headings, the (manually included) soft hyphens are ignored, causing the heading not to hyphenate. More specifically, adding HTML around letters messes up hyphenation. Is ...
0
votes
1answer
63 views
Webfont not working in Internet Explorer
I'm using a webfont which is hosted by fonts.com. It renders normally in Chrome, Firefox, Safari, but not in any version of Internet Explorer. Even IE10 is not rendering it.
The project runs with ...
0
votes
1answer
27 views
How to enque multiple webfonts in wordpress?
I downloaded some blank wordpress-theme files and started filling them with own php, html and css.
I used the following code to enque a google webfont:
function load_fonts() {
...
0
votes
1answer
23 views
@font-face does not work @IE8 and lower
i have a problem and have no idea how to solve it.
The @font-face rule works perfect in most browsers, excecpt of IE8 and lower.
I have some test file here:
http://poorscousertommy8.lima-city.de/
If ...
0
votes
1answer
24 views
Mac not redering font in browser
I have used KnockoutHTF30 font in stylesheet. It is loading fine on widnows and linux machines. But on mac, it does not come up.
Here is my code.
@font-face {
font-family: "KnockoutHTF93";
...
2
votes
1answer
45 views
Which monospace font does a browser use?
With CSS, if you specify font-family: monospace;, my understanding is that the browser chooses its default/preferred monospaced font.
If that's correct, how can you determine which monospaced font ...
0
votes
0answers
35 views
Browser Web font
I am trying to use google web font to apply a font to my website but its not working. I am using step by step process by google but still no luck, i am not seeing the font change. Am I missing ...
1
vote
1answer
40 views
Standardizing font-weight between OSX and Windows
I've read that OSX and Windows have two very different algorithms for rendering fonts. As such, it's a common issue that web fonts look "heavier" when viewing them in OSX than they do in Windows.
For ...
3
votes
1answer
50 views
Embedding Fonts.com fonts in a Spotify App
I am currently trying to embed fonts from Fonts.com into my Spotify app without much luck. I have already added http://fast.fonts.com/ and http://*.fonts.com/ into the manifest.json as allowed ...
0
votes
0answers
18 views
Generated unicode font on FontLab not picked up by Chrome
I have an Unicode .otf font file when installed, shows text in that font nicely on Chrome, IE, Safari(iPad) and FF.
Then I went and edit a bit of it using FontLab, generate a new .otf file and ...
1
vote
0answers
25 views
Loading a base64 encoded font from local storage
I heard the Guardian mobile site saves its web font in local storage as a base64 encoded string. What's the best way to load a font saved in that way into the browser? If you write the string into a ...
2
votes
1answer
21 views
Fixed Width Fonts - For user interface
I would like to create a web application, where people can post messages to each other.
However I want to specify how many charachers can they enter, because of the message which will be displayed on ...
1
vote
2answers
37 views
Why is my WOFF font larger than the TTF font?
From my understanding (source), a WOFF format is basically a compressed OTF/TTF font.
If that is really the case, then why is my WOFF font bigger than my TTF font as seen in the screenshot below.
...
1
vote
1answer
133 views
JSF2 web fonts eot and svg mime types not working in IE8
SOLUTION: IE8 doesn't seem to like JSF's resource loading. I just changed my src url to relative paths and the fonts are loading now:
//this wasn't working for me, 404'ing in IE8
src: url( ...
0
votes
0answers
40 views
Commas in @font-face irritate Firefox
I wanted to use a font by using the following @font-face rule:
@font-face {
font-family: 'Web Symbols';
font-style: normal;
font-weight: 400;
src: local('Web Symbols'), local('WebSymbols'), ...
0
votes
1answer
66 views
@font-face: Icon fonts & Converting CSS character (Hex) Value
Background
I am working a lot at the moment with webfonts, and specifically icon fonts. I need to ascertain the which character a specific icon is for testing purposes, so I can simply type the ...
3
votes
1answer
152 views
usage of vector icons as web fonts instead of PNG in jQuery UI CSS Framework
I have a common understanding problem and it's unclear for me what would be the best way to go forward. So I decided to ask community for advices.
jQuery UI defines CSS Framework which contains class ...
0
votes
1answer
85 views
Google Webfonts and Anti-aliasing
I like to use Google Webfonts on my commerical works, but they render a bit too jagged, though in the preview provided by Google, they render very smooth.
Check this out:
...
-1
votes
1answer
70 views
Font-weight not changing in css
Using a google webfont, I can't get the font-weight to yield results. The three weights do have names but aren't specified in the href link so I'm not sure if the name needs to be added.
Here's that ...
1
vote
1answer
105 views
Chrome SVG webfonts weird characters in select input
Chrome 26.0.1410.64m on Windows 8 has problems rendering WebFonts. It is a known problem and a solution is to first serve the svg version of the font instead of the woff version. It fixes the ...
-1
votes
1answer
58 views
safari ios ( iPad ) - custom font not working on javascript generated text
I'm trying to use a webfont on javascript generated text.
It works on every desktop browser.
For iOS it works for the text that is already in page, but strangely it does not work for the text added ...
0
votes
2answers
26 views
css font face not working at all
In one of my website I have used Ænigma Scrawl 4 BRK font(as it is showing in my photoshop font family box). Now I want the same font in my page. So for that I just went to FontSquiirel site for ...
-1
votes
3answers
284 views
A list of Web Safe Fonts and importing fonts?
I am working on making my own text editor for my website. This text editor is based upon Microsoft Word 2010 with a similar layour and features. I am currently working on the drop down list for the ...
0
votes
0answers
36 views
CSS3 animation breaks webfont ? and wont work in FF
I have this code here for animation, works great in Chrome, however
in Safari my webfont from google weight is normal across the page and when this animation is used all the webfonts go to "light" ...
0
votes
1answer
131 views
Getting Google web fonts to display font-weight 100
I am having trouble getting the Lato font to display ultra thin using Google web fonts. It is as thin as it should be on Google's page, but does not change its weight when I use it on my own page ...
0
votes
0answers
56 views
IE8 Font display results in blank page (but not always)
So after some head-scratching at a site whose users are for the most part, still running IE8 (and possibly also 7). A font set being used works in all browsers, but not all of the time in IE8. I am ...
1
vote
2answers
112 views
Fonts intermittently failing to load?
This is a very frustrating bug!
I am using Font Awesome (hosted locally) and a couple of other fonts, and they are intermittently failing to load - not 404ing, just completely failing to appear in ...
1
vote
1answer
67 views
@font-face not finding fonts in folder
I am trying to get @font-face to work within a sub domain located in the folder public_html/evansopen. I have the site http://coryfitzpatrick.com/evansopen/ running. I want to put fontsquirrel files ...
1
vote
2answers
114 views
CSS Font Rendering Issue
I am developing a website. I'm using a google font to style my page. But it's not displaying correctly. I've read up a bit on faux fonts, but I believe that only applies when the font that is needed ...
0
votes
1answer
35 views
SymbolSet Issues in IE8
I have been using Symbolset fonts (Standard and Social) for a few months now and love them. Recently I have been noticing some issues in IE8 though. Some sites I am doing are not loading at all in ...
4
votes
2answers
96 views
Attaching multiple webfonts in CSS
Google has recently added an Arabic font to its Webfont collection. In order to use that I have to use http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css, which will be the following codes:
...
1
vote
3answers
68 views
Font renders fuzzy and jagged when rotated on windows 7
http://stage.bravo-company.info/panaplast/index2.php/
link above, i realised that the font on the navigation sidebar (on the right) appears extra-thin and jagged/fuzzy when viewed on chrome/ie/ff on ...
0
votes
0answers
19 views
Neosmart-Stream and the case of the disapearring font
So I have spent all day trying to figure out how to implement Neosmart -Stream for a facebook page for a client (http://www.greenbanktrio.ca/news.php). Got it! Awesome!
I had some problems ...
0
votes
0answers
92 views
@font-face faux bold ie7-ie8
I keep ketting faux bold and italics in IE7-8. I have read multiple articles about this, but they all target google web fonts. I am hosting my own. See this screenshot example:
Here is how I write ...
0
votes
2answers
88 views
Can't wrap my head around accessing fonts on server (getting 404 errors in console)
So I downloaded a new font called "Alef". It's in hebrew, but that's irrelevant as I'm unable to activate it. I'm pretty sure I'm doing something really stupid but I've been trying for hours to apply ...
2
votes
1answer
228 views
Fontello Glyph Font odd behaviour on Firefox, shows unicode codes instead of icons
I have this site: http://domenicopiazza.com/_fotomia/
In the upper right corner I have some social icons. It shows okay in Chrome (both local and on the webserver), it shows ok in local FF, but on ...
0
votes
2answers
235 views
Loading font from google web fonts or fonts from own server, which one is more efficient in terms of page load time?
While working with some custom fonts, I have two options either I can load a form from my own server or I can load a google web fonts. But my concern is which one efficient in terms of page load time? ...
0
votes
0answers
74 views
What is causing my font rendering to change after loading another page?
I am prototyping a website and using a custom font. There are no problems with it in Chrome, but when I display it in Firefox 19.0.2 the following happens.
If it is the only website that is showing, ...


