Google Web Fonts project's goals are to create a directory of core web fonts for the world and to provide an API service so that anyone can bring quality typography to their webpages.
0
votes
0answers
23 views
Best way to download 600 fonts onto user's browser
In my mini web application, I wonder whats the best way of serving the 600+ fonts from google web fonts library to my users, primary concerns are the font file sizes, ajax calls delay.
Two possible ...
0
votes
0answers
24 views
Google fonts - auto bold, italic, etc?
Might be a stupid question, but say I am using Google Fonts, Font Squirrel, etc... and I have something similar to this in my stylesheet :
@font-face {
font-family: 'OpenSansBold';
src: ...
0
votes
0answers
29 views
Google Webfonts not rendering correctly
I'm using the Roboto font in my website and it's rendering like the following in Chrome (Windows)
The font renders OK in iOS.
How can I fix this? Any help is appreciated :)
0
votes
1answer
29 views
Jquery Masonry not working with Google Fonts
I have an issue with overlapping in Masonry that I've discovered is caused by Google Fonts loading after the Masonry script. I've added the following code to fix this, but now Masonry doesn't work. ...
-1
votes
0answers
18 views
Google Web Fonts links have been reported as malicious URLs by Trend Micro [closed]
I am using Google web fonts in a dev website and added the following CSS inside HTML.
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700" ...
0
votes
1answer
156 views
Google Chrome doesn't render Google Web Fonts correctly
I am using three Google Web Fonts:
<link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link ...
0
votes
0answers
101 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 ...
0
votes
0answers
51 views
Using Typekit or Google Fonts in Chrome Extension Content Script
I'm trying to use an external font (either Typekit or Google Web Fonts) in my Chrome extension content script.
The content script is loaded into the context of the page that is being viewed. ...
0
votes
1answer
47 views
When using WebFont loader, how to hardcode the css?
To load a font with WebFont, I do as they suggest here: https://developers.google.com/fonts/docs/webfont_loader
WebFontConfig = {
custom: { families: ['font1', 'font2', 'font3'],
urls: [ ...
0
votes
0answers
48 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 ...
0
votes
0answers
38 views
Google web font white color rendering
Im using google web fonts for my projects. My problem is white color rendering bolder than black color. I tried everything also thin fonts and font weights but still have same problem.
example
0
votes
0answers
47 views
Pointing PHP Generated Text to Google Free Web Fonts
Can some one let me know how I can use google web fonts for creating text captcha?
<?php
$img = imagecreatetruecolor(200, 200);
$bgColor = imagecolorallocate($img, 255, 255, ...
-1
votes
1answer
80 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 ...
0
votes
1answer
292 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
1answer
165 views
Google Web Fonts not displaying in OSX Safari but do display in Firefox, Chrome, Opera (for OSX, Windows, and Linux) and Internet Explorer
The following website (http://www.ecu.edu/english/tpc/tpcintern/index.cfm) is supposed to make use of Google Web Fonts, and the fonts display perfectly in all browsers except Safari. The Javascript ...
1
vote
1answer
283 views
Google Webfont Loader + FontAwesome issue
I'm experiencing a very odd behaviour when combining Google Webfont Loader (GWL) in async mode with Font Awesome fonts.
If I use GWL to load a couple of custom fonts, Font Awesome fonts are loaded 2 ...
0
votes
1answer
44 views
grapheme š is always bold
i'm fighting with the font-style of š since hours.
i'm using the webfont "open sans" from google webfonts and tested the grapheme on googles review option. everything's fine, the š is thin and ...
-1
votes
1answer
46 views
Google webfonts displaying styles as Bold
I've been using 'Rokkitt' as font and now suddenly it all appears to be bold. This being viewed on Windows 7: Chrome 27.0.1444.3, Firefox 19.0.2 and Safari 5.1. However, it looks good on Opera and IE8 ...
-1
votes
1answer
115 views
Imported font and Highcharts JS export
Is it possible to export an imported font
( like Google webfonts or an own .ttf fontface ) with Highcharts?
As you can see in this fiddle
if you try to export it uses a standard font.
title: {
...
3
votes
1answer
136 views
Chrome text is very bad
When I visit jsfiddle using Chrome the text is unreadable. Firefox and IE do not have this problem.
Here is a screen shot of the image in chrome, I do not even know what to call this font:
...
-6
votes
2answers
551 views
How to transform Google web-fonts to a combined CSS
I want to download Google web-fonts in all formats and create a combined CSS to use them anywhere without loading them from Google servers.
I already have a php script that downloads the font files. ...
0
votes
0answers
68 views
Cross-browser webfonts loaded event
I am trying to measure the width of a specific character from a webfont. The active event provided by Google's Webfont Loader fires slightly too early and the measurement it made on the default font.
...
0
votes
1answer
95 views
Google fonts stopped working suddenly. What caused this?
I am using Google Web Fonts on my website at http://ryanscowles.com. They were working fine, up until a couple days ago. I didn't alter the fonts in the CSS, but they are no longer working. I was ...
1
vote
1answer
70 views
Fonts with spaces in their name aren't properly applied in CKEditor
Thanks to this post How can I add(programatically) google fonts to ckeditor I am able to add Google Fonts to my ckeditor. However I want to add the font "Goudy Bookletter 1911" and this font is not ...
0
votes
0answers
139 views
What font is Google Input Tools using for Malayalam? [closed]
I wish to know which font google input tools is using for malayalam.
Which is this font- ഇത് ഏതു ഫോന്റ്റ്റ് അന്ന്?
Incase you don't know what google input tools are:
...
1
vote
2answers
72 views
Determine if a Google web font has been already loaded
I am building a site that gives users a choice of fonts to apply to their text. I am using Google's web fonts. At present when they select a font via drop down I am using:
$("head").append("<link ...
0
votes
0answers
119 views
Yep nope conditionally loading google web fonts
I'm completely new to using Yep Nope within Modernzr and having some difficulties.
I'm wondering what the syntax would be to all me to do the following:
Use yep nope to check for webfont support
if ...
0
votes
1answer
157 views
DNS prefetch Google webfonts - which domain?
I am using some Google webfonts on my page. Using the code Google supplied, I've put
<link href='http://fonts.googleapis.com/css?family=Pirata+One' rel='stylesheet' type='text/css'>
in the ...
0
votes
3answers
223 views
Google WebFont not rendering in Internet Explorer 9
I have a website. It uses 2 Google webfonts for its headings and body text. These work fine on Chrome/IE/Safari (including mobile) but when I view the site on my office computer running IE9 on Win7 ...
0
votes
1answer
39 views
WebFont monotype causes white screen onLoaded
Today we went online with www.polypod.net and we're having the problem that, when the font has loaded, the screen gets completely white for a while (1-2 seconds) and then the website is drawn. Loading ...
0
votes
2answers
182 views
Correct way to define font-style and font-weight for Web Fonts
I'm currently using Google Web Fonts (Gudea). I add it to my document with the following code:
<link href='http://fonts.googleapis.com/css?family=Gudea:400,700,400italic' rel='stylesheet' ...
2
votes
3answers
1k views
How to import Google Web Font in CSS file?
I'm working with a CMS which I only have access to the CSS file. So, I can't include anything thing in the HEAD of the document. I was wondering if there was a way to import the web font from within ...
0
votes
2answers
154 views
Web Fonts “Normal” font weight
Is it still reasonable to assume that font-weight:normal and font-weight:400 are equivalent even when using Web Fonts?
1
vote
1answer
165 views
Google Fonts API usage limits
I am researching the best way to use non-standard webfonts on a high-traffic site.
Really it comes down to whether we use a service such as Typekit / Google or serve the fonts ourselves.
The terms ...
0
votes
1answer
128 views
font-weight rendering differently on desktop browsers vs. iOS browsers
I'm using a Google Webfont called Open Sans with font-weight:800 specified for h1 tags. When I view this page on iOS browsers (Chrome and Safari on iPhone or iPad), the font renders more thinly than ...
0
votes
1answer
131 views
Webfont Loader & Google JSAPI Cannot load together?
I'm not sure why, though getting a similar issue.
Trying to load in a font from fonts.com with webfontloader so I can call functions after they're loaded.
<script ...
11
votes
1answer
840 views
Prioritise SVG font with Google Web Fonts
font-face rendering in Google Chrome on windows is awful unless you use an SVG font. However google web fonts prioritises WOFF files.
Is there any way to force it to deliver the SVG fonts or do I ...
0
votes
0answers
118 views
create a LESS variable from a Google web font?
I'm setting up a baseline WordPress theme that uses Merriweather as a display font. In functions.php, I'm enqueuing it like this -
wp_enqueue_style('webfonts', ...
0
votes
2answers
221 views
Google Webfonts with TideSDK
Have just discovered TideSDK and look forward to the upcoming 1.4.0 build. I am utilizing the TideSDK Developer on Windows 7 32-bit and have the HelloWorld app up and running... now I am having fun ...
1
vote
2answers
102 views
How to wait for webfonts to load?
I have a canvas element that uses webfonts. Even if I use jquery's onload method ($(function () {});), it seems that the fonts can still be unavailable when onload is run--at times my canvas renders ...
1
vote
1answer
673 views
Languages supported by “latin” vs “latin-extended” glyphs in fonts on Google Web Fonts?
Some fonts on Google Web Fonts support multiple "character sets". The thing is, if the web font I use only serves the "latin" glyphs, users who translate the page to a language whose glyphs aren't ...
1
vote
1answer
722 views
IE & Firefox web font rendering issues
Has anyone else noticed that Firefox & IE (at least IE8) has issues rendering some fonts at certain sizes where it will fill the "hole" in the a character for example.
Chrome & Opera display ...
1
vote
0answers
339 views
Google web font loader not working on default android browser
I am creating a basic site for a client. I am using the nifty Slabtext to have responsive headlines.
I am loading the League Gothic font (which is used by the creator of Slabtext) using Google's web ...
3
votes
2answers
89 views
Font positioning error relating to either font-size or font encoding
I've run into a problem where the glyphs are positioned as I expect when I specify line height:1 UNTIL the font-size became greater than 255px. Set the font-size to 256 and bam, the glyphs change ...
0
votes
1answer
147 views
Load multiple weight custom font with the webfont loader
When defining a custom font with the webfont loader (repo here), we basically define the families loaded and the related URLs:
WebFont.load({
custom: {
families : [ "My font" ],
...
0
votes
0answers
106 views
Ubuntu Web Font on Windows
I am using Ubuntu Web Font for my website and the fonts look fine on Linux and Mac OS X but on Windows they render differently. The main problem with fonts on Windows is with alphabets 'g' and 'q'. ...
1
vote
2answers
892 views
The reference to entity “subset” must end with the ';' delimiter
I am trying to include webfonts in the template of a Blogger blog:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' ...
0
votes
0answers
409 views
Google Webfonts IE8 (Faux weights)
I am trying to get Google Webfonts to work in IE8 and nothing seems to work. The fonts are loading alright, but instead of loading the appropriate font for italics and bolds, IE8 is winging it by ...
0
votes
0answers
98 views
Google webfont not displaying correct font weight
I use google webfonts frequently with my website projects but I'm having a peculiar issue that I'm not sure how to cure.
On all of my browsers (FF,Chrome and Safari on OS X 10.8.2) the Open Sans ...
4
votes
3answers
613 views
How can I add(programatically) google fonts to ckeditor
I have just download CKEditor and its great. Although I have noticed that it slacks fonts.
So I thought it would be a good idea to be able to add Google Web Fonts to CKEditor to add to its ...


