Questions tagged [google-font-api]

The Google Font Directory provides high-quality web fonts that you can include in your pages using the Google Font API.

Benefits of the Google Font API include:

  • A choice of high quality open source fonts.
  • Works in most browsers.
  • Extremely easy to use.

Available at https://developers.google.com/fonts/

541 questions
-1
votes
2 answers

Select all styles from Google Fonts

This might be a stupid question, but I wanted to know if there's a way to select all styles of any given font with one click, without having to click each individual style (Thin 100, Thin 100 Italic, and so on). I can't find a "Select all" option or…
Wasivis
  • 51
  • 7
-1
votes
1 answer

How to use google fonts in sendgrid?

In sendgrid I can see the preview of the fonts in the correct way but when I send a test email, Google Fonts not working as the way it should be. I tried several ways but non of them worked.
-1
votes
2 answers

How to import Google Fonts to HTML/CSS?

I can't get the Roboto font to work in my HTML file. If I understand correctly, Google's instruction are: "Copy these lines into your head tag":
Artur Müller Romanov
  • 4,417
  • 10
  • 73
  • 132
-1
votes
3 answers

SED expression for turning Yeseva+One into --font-yeseva-one: "Yeseva One";

I have a series of font values like this (Command separated one line): Yeseva+One, Yrsa, ... I'm looking for a SED (Or other bash tool expression) for turn each value into line statements like this: --font-yeseva-one: "Yeseva One"; --font-yrsa:…
Ole
  • 41,793
  • 59
  • 191
  • 359
-1
votes
2 answers

Are font classes defined by client os or client browser?

I have noticed that at Google Fonts they never use fantasy as fallback class in font-family. For all script and typical fantasy fonts, they use cursive. I wonder if this is a hint that chrome does not support fantasy as fallback class? For that to…
Stephen Miller
  • 503
  • 3
  • 11
-1
votes
1 answer

CSS Google Font Url has my site's domain prefixed

In my sass I have the following line: @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Droid+Serif:400,400italic,700); If I paste that Url in the browser I can see that absolute Urls are defined for each font, such as…
Mister Fresh
  • 670
  • 1
  • 10
  • 22
-1
votes
1 answer

Wordpress - Warning:Cannot modify header information - error in function.php with wp_enqueue_style (google font)

I transferred wordpress on my domain and when I try to login I get this error: ERROR: Cookies are blocked due to unexpected output. With this warnings: Warning: Cannot modify header information - headers already sent by (output started at…
giulio maione
  • 45
  • 1
  • 6
-2
votes
1 answer

How to speed up Drupal in China

My target is to use Drupal in China (or any other country that throttles internet access). In particular Drupal is not China friendly because of its attempt to load some resources from servers which are not allowed, or run extremely slow because of…
-2
votes
1 answer

My fonts are looking bolder on my MAC

I have a website website page designed and connected the google fonts, my fonts look good on windows but on MAC its looking much bolder ... how can I fix this issue...open the link to see the screen-shot of the difference
Adnan Niazi
  • 85
  • 4
  • 10
-2
votes
2 answers

Why can't I get Google Fonts to work?

So I've tried linking in the head of the html page and using the @import in my css file, but the font I'm trying to use still will not load. I also checked to make sure I'm not running any plugin that could be causing the problem, so I'm really not…
user3394907
  • 131
  • 3
  • 8
-2
votes
4 answers

Mysterious error with Google Fonts

I am trying to use Google fonts in this website. The link is in the head, if you click it the result is the correct. In the CSS, the font-family is the correct, but the font I am seen in my screen is not the correct. This is the link:
ThemesCreator
  • 1,749
  • 6
  • 27
  • 49
-3
votes
1 answer

Google Fonts Suddenly Stopped Working on Wordpress Site

On my wordpress site, the Google fonts have suddenly stopped working. In the theme settings, in the typography section the google font selections are no longer showing up for the sample text either. I've tried adding in
-3
votes
1 answer

Quickly try out Google fonts while developing locally?

I'm trying out different Google fonts on a website that I'm developing locally. As I'm trying out a lot of fonts its quite time-consuming to have to load the font in the HTML and then update the CSS each time. Is there a faster way try out fonts in…
Evanss
  • 23,390
  • 94
  • 282
  • 505
-3
votes
2 answers

Google Fonts - windows

Is there some known bugs of using Google Font on Windows? /* RALEWAY */ /* latin */ @font-face { font-family: 'Raleway'; font-style:…
Wordica
  • 2,427
  • 3
  • 31
  • 51
-3
votes
2 answers

Is there any other open web fonts API like Google fonts?

We are using google fonts API https://developers.google.com/fonts/?csw=1 to provide possibility for users to change custom font. Can you suggest other open API like google fonts?
Nedudi
  • 5,639
  • 2
  • 42
  • 37
1 2 3
36
37