The Google Font Directory provides high-quality web fonts that you can include in your pages using the Google Font API. Available at http://code.google.com/apis/webfonts/
0
votes
1answer
27 views
Dynamically load google fonts after page has loaded
I would like to be able to have the user select which font they would like the page to be displayed in. Here is the way that Google recommends you do it using javascirpt.
WebFontConfig = {
...
0
votes
1answer
30 views
Load times with @font-face vs. Google fonts or localhost files vs. CDN's
Is loading fonts via storing them on your server and using @font-face slower than loading them from Google's font API? Or does it always depend on the font and vary from situation to situation?
And ...
1
vote
2answers
40 views
Why do the Google Fonts fail to show up on my website?
Our ASP.NET C# web application is used in the following environment
.NET Framework 4
ASP.NET Web Forms.
IIS 7
Windows 2008
Visual Studio 2010
.NET IDE
C#
HTTPS ( SSL )
Our project web designer ...
0
votes
0answers
27 views
is there a direct url for woff font files?
I want to download font files in the woff format and the tool I am using requires that the url be a direct link to the file with a .woff extension.
I can't seem to find such a link in ...
0
votes
1answer
62 views
How to use google webfonts in a locked-down intranet?
Working on a client project - reskinning their intranet. The way their security is set up, all external media is denied, including any Google Fonts. The tricky part is they're requiring us to restyle ...
0
votes
2answers
58 views
Google webfonts - is there a way to @import instead of <link> embed?
Working on a website for a client - long story, but I'm not allowed to edit markup, just include an override stylesheet and make tweaks through there.
I need to import a google font, but because of ...
0
votes
2answers
94 views
Google Font not rendering correctly in Firefox
I'm using a google web font, Titillium Web, on my website . It renders perfectly in Google Chrome, IE, Opera and Safari but in Firefox the text looks horrible.
Google Font Link:
<link ...
0
votes
1answer
21 views
Is there a list of language's google webfont subsets requirement?
For example:
Turkish language (tr_TR) needs latin-ext subset.
Is there a list for which language needs which subsets for google webfonts?
0
votes
1answer
228 views
bootstrap font not reflecting - for bootswatch theme
I'm very noob in bootstrap. I tried my first bootstrap page and then downloaded a theme from bootswatch.com and replaced the bootstrap.css with the Cerulean theme. When I change the font in the ...
0
votes
2answers
223 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
49 views
Google Font API with locally hosted fallback
I am using the Google Font API to load a font (CSS, not font loader) for a project that I'm working on. However, we cannot guarantee that the user who uses the website & device will always have ...
0
votes
0answers
57 views
Google Font API returning keyInvalid
After spending about an hour trying to figure out how to get past this, I keep getting the following error:
END POINT:
...
0
votes
1answer
225 views
Google fonts not working on some macs
I am using an embedded google font in my HTML for the header of my website. It works fine in all browsers on most computers, but does not work on some macs. I read a solution for this that suggested ...
0
votes
2answers
435 views
Why is Google font not working?
I am using Google font from http://www.google.com/webfonts/earlyaccess but it's not working as it suppose to. Any ideas.
I set up a basic version at http://jsfiddle.net/UbDcg/4/ which is not working ...
1
vote
1answer
112 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 ...
-1
votes
0answers
51 views
Fonts not loading remotely.
I am using a basic HTML 5 template to mock up a website for pitching an idea. I've found a great template, edited it as needed and all looks great when I run my pages locally.
However, when ...
0
votes
2answers
51 views
Is it possible to specify custom name for a Google Font?
Here is a sample CSS
h1 {
font-family: 'header-font', arial, sans-serif;
}
p {
font-family: 'paragraph-font', arial, serif;
}
Is it possible to load any remote Google Font (let say 'Lato') ...
0
votes
1answer
50 views
conditional statements and ie blank page?
Thought these were working fine, but upon just checking I get a blank page in ie9. If I use developer tools to switch to ie 8 or 7 the same result. Maybe I am just too tired to right now, but I'm ...
0
votes
1answer
127 views
How to use google web fonts in IE, Firefox and Chrome
I am trying to use google fonts in my web application. My call to load google fonts is :
$.get("https://www.googleapis.com/webfonts/v1/webfonts?key=xxxxxxx", function (result) { ...
0
votes
1answer
63 views
google font only ie9 and the rest?
I am using Google Fonts to load two fonts. Since they look absolutely horrible in anything below ie9 I want to disregard them. Here is what I am thinking :
<!DOCTYPE html>
<!--[if lte IE 8 ...
6
votes
1answer
991 views
Download Googles Open Sans Font
Is it possible to download the Open Sans font by Google to install on Windows? If not what other fonts are there similar to this one?
0
votes
2answers
687 views
Bootstrap icons (Glyphicons) are positioned slightly up when using Google Fonts, how can I solve that issue?
If I add the following Google Fonts in the head tag of the document
<link href="http://fonts.googleapis.com/css?family=Muli|Dosis:500,400|Open+Sans" rel="stylesheet">
Bootstrap icons ...
1
vote
2answers
95 views
Google fonts - Getting a list of available fonts through ajax?
I need to get a list of all available fonts on Google Fonts and display them in a dropdown, but i'm having trouble understanding the doc for Google Fonts.
Here's what i got so far.
When i go to this ...
0
votes
2answers
557 views
Integrating googlefonts in Ruby on Rails 3.2 application
I have to use fonts form Google in one Rails application . The ordinary HTML code defines googlefonts usage like this :
<link ...
0
votes
2answers
151 views
Function calls not working in my page
I made an select menu that works with the google-font-Api. I made to function in JSBIN here is my work http://jsbin.com/ocutuk/18/
But when i made the copy of my code in a html page its not even ...
-1
votes
1answer
164 views
Adding google font api to select menu
I am making a select box with all the fonts in google fonts API. I have referred this https://developers.google.com/webfonts/docs/developer_api link to learn more about API but till now i was not able ...
0
votes
0answers
62 views
Does google-visualization API refresh included fonts?
I have been doing an application which uses google-chart, google-fonts and awesome-fonts APIs. My main font is from google-fonts, I include them inside <head> tag, as well as the awesome-fonts.
...
0
votes
2answers
158 views
Google API fonts in a select box
get all available fonts from google font api
I like to apply the same function in my Fiddle
HTML
<select id="styleFont">
<option value="0">Myraid Pro</option>
...
0
votes
1answer
61 views
google fonts not working in c9.io IDE
I added fonts in between tags :
<link href='Felipa-Regular.ttf' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Felipa' rel='stylesheet' ...
0
votes
2answers
1k views
Google web fonts not rendered in IE8
I have looked at this: Google Web Fonts don't work in IE8, and this: How to make Google Fonts work in IE?. Neither works for me. The first suggests not to import too many fonts at once, while the ...
1
vote
0answers
95 views
Google Font loader reports loading of font as failed even if the fonts is loaded correctly
I'm having this strange issue. I'm loading fonts with google font loader.
var data = {
active: call_resize,
fontactive: bum,
fontinactive: bam,
custom : {
...
0
votes
2answers
623 views
Font-family not showing correctly on my website
I am not sure what happened to my css font-family that I was using on my website. Until yesterday it was working on. Then this morning it stopped working on Chrome and then later on FireFox & ...
0
votes
3answers
301 views
Google fonts different size and jagged
I have one very surprising issue with Google Fonts. This is the site in question.
The title is normaly showing in one ligne but a friend of mine with the same Opera version like me sent me this ...
0
votes
0answers
130 views
Modernizr : load Google Fonts or Local Fonts
I'm trying to create a loading system for fonts with Modernizr.
I'd like to use a Google Fonts, but if the server is done or connection bug : i'll load fonts loccally.
Here's my JS code :
...
1
vote
5answers
2k views
Flexslider really messing up my webpage in Chrome
has anyone else had this kind of issue? I've got a drop down menu at the top of my page, then flexslider, then some general text and images...there are two fonts, one called from the Google fonts API ...
0
votes
1answer
445 views
Using Google Fonts within Facebook Application
I'm having a not very fun time trying to use Google Fonts Api within a Facebook App.
It works on my application outside Facebook but when I'm inside the Facebook App the fonts do not work.
I'm ...
0
votes
1answer
543 views
Removing “This page is accessing information that is not under its control” popup
I am building a website using asp .net. The site uses a Google font this is imported in the masterpage like so...
<link rel="stylesheet" type="text/css" ...
1
vote
1answer
288 views
How to convert a standard font to a web-font
Is it possible to take a standard font .ttf and make a web-font like Google Web Fonts, embedded into a web-page?
Thanks.
0
votes
0answers
63 views
Offline Google Font API in iOS Webview
So, this is what I have in mind :
Get a font from Google Font API
Get it to work offline (without ANY need of internet connection)
I've thought about somehow packing the .woff file in my bundle, ...
0
votes
1answer
229 views
How can I get the list of all google fonts WITHOUT using the API key?
Im making a wordpress theme with a feature to allow users to choose their own fonts from Google. Obviously because this is a wordpress theme there is no way to create a new API key for each ...
2
votes
2answers
1k views
Firefox not Rendering Font from Google Font API
I have uploaded a landing page that our company has contracted out, and Firefox does not render the Lato font, instead falling back to something further down the deck.
We have been given the ...
1
vote
5answers
371 views
Conditional CSS targeting Windows 7
I can find numerous discussions like this on the web however I cannot find anyone to particulary target my problem:
I use Google Webfonts for a site. On all platforms except Windows 7 the fonts look ...
1
vote
1answer
291 views
$.getJSON and google fonts API stops working in internet explorer with jQuery versions greater than 1.4.4
I have spent almost the whole day trying to find a solution to this problem.
I have successfully written code to dynamically retrieve and display the whole lot of fonts using the Google fonts API and ...
2
votes
2answers
1k views
How to load self hosted font files if the GoogleFont service is unavailable?
I want to use a font collection from Google Fonts directory. I selected the styles and include the CSS link tag in my project's template.
Alternatively, with Google Fonts you can also download the ...
3
votes
1answer
298 views
How to load google fonts?
I loaded d dynamic list of web fonts offered by the Google Web Fonts service and place it in a select list ,like :
...
1
vote
4answers
208 views
How can I turn Google fonts into a png or gif?
I've been using a Google font as my web app's logo. But it seems that it doesn't render as great as I expected. But I still love the font face I've been using. So I want to just turn that into a png ...
-3
votes
1answer
3k views
How to use google font
i want to use myriad web pro from Google font. i used this code for that
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=myriad+web+pro">
and use css code ...
0
votes
2answers
227 views
How to use unicode chars in a web with a reliable rendering
I'm using unicode symbols in a web as graphic components.
I need to trust in the way this unicode characters are rendered.
Here there is a simplified example of what I'm trying to build.
You can ...
3
votes
1answer
290 views
Page doesn't display font until Google Font API's requests are returned
Every time I refresh the page I have to wait for a bunch of requests to return before I actually see the fonts appear. The fonts are cached and all these requests return a "Not Modified" header. Is it ...
1
vote
0answers
89 views
What is the proper format for specifying font variations (ie bold, italic) using Google Font Loader?
I'm using Google Font Loader to load a couple of Google Web Fonts.
I've noticed that when specifying the fonts to load the suggested format of specifying weight in numeric form, doesn't work. I know ...



