google-webfonts Questions

3

Google served font like Montserrat has a lot of different styles: Thin, Extra-Light, Light, Regular, etc... I could not find a way to specify a style with CSS. Using Font-weight can access only so...
Mousterian asked 1/3, 2017 at 13:1

2

Solved

UPDATE: I used @brclz suggestion, solving my problem like this: Copied the GitHub address of each font file of the family, Example: https://github.com/h-ibaldo/Raleway_Fixed_Numerals/blob/mas...
Violetteviolin asked 26/9, 2016 at 2:20

3

I have problem with creating "button" element (text in inline-block container with border), because in some font-size text has wrong vertical-align (is not perfect middle). I want to use Raleway (...
Clientele asked 31/3, 2015 at 10:51

1

I'm at a loss here. Trying to add a google variable webfont (open sans) to my website. When selecting the font, google only creates the <link> for static CSS font-faces. WHY? (semicolons, no...
Braggart asked 6/9, 2022 at 16:19

6

Solved

What is the preferred way of including Google Fonts on a page? Via the <link> tag <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="pre...
Pox asked 7/9, 2012 at 10:41

14

Solved

I'm working with a CMS which I only have access to the CSS file. So, I can't include anything in the <head> of the document. I was wondering if there was a way to import the web font from wit...
Periapt asked 3/2, 2013 at 19:56

3

Solved

By using Google Web Fonts can/does Google process the text of the webpage (despite disallowed by robots.txt) track the visitors of the webpage, and (theoretically) recognize them track the change...
Boyceboycey asked 11/6, 2012 at 9:37

7

Solved

This question has been asked quite a number of times, but none of them works for me. For example: Google fonts font-weight of 100 is not working. (I don't have the font I want to use already in m...
Byington asked 21/3, 2017 at 2:2

2

Solved

I am using two webfonts in a page that I convert to a PDF using dompdf. I have this in the header: <link href='http://fonts.googleapis.com/css?family=Signika:600|Roboto+Condensed' rel='styleshe...
Walburga asked 24/6, 2017 at 17:40

3

Solved

I'm developing a calculator app in HTML5 that needs to print some math symbols like the square root and pi, but the problem is that these symbols aren't defined in most webfonts, so they will appea...
Justify asked 4/2, 2015 at 15:34

3

Solved

I am new to webpack 2.2 ; I would like to know the best way to integrate a Google font within my project. I am using the Webpack HTML plugin to generate an index.html from a template. So for the m...
Deviationism asked 10/3, 2017 at 0:55

2

Solved

I'm trying to use the Material Icons font from Google Outlined set that just came out, but I can't figure it out. There is no information nor documentation. Some icons are being displayed as filled...
Academe asked 10/5, 2018 at 10:59

3

Solved

I am using Wordpress with the Divi theme, There is this code: function et_divi_fonts_url() { $fonts_url = ''; /* Translators: If there are characters in your language that are not * supporte...
Chrysoprase asked 1/9, 2015 at 10:2

3

Solved

A Google web font (Signika) renders differently on desktop versus mobile. As illustrated by these screenshots, the kerning (space between letters) is larger on mobile than desktop, and the stroke i...
Tertia asked 3/12, 2019 at 21:25

2

Solved

It took me a long time to figure out, that Chrome always prefers local installed fonts over a font with the same name that is linked in the css (See also https://mcmap.net/q/368310/-font-weight-ign...
Tarantass asked 13/10, 2016 at 11:11

6

Solved

Does anybody know, which fonts support Turkish characters without a problem? Sans or Serif doesn't matter. Example: İ Ü Ç Ğ Ö...
Phosphorylase asked 12/3, 2014 at 15:56

7

Solved

I embed three Google Fonts from http://www.google.com/webfonts (Dosis, Open Sans, Lato) And they all work fine except IE9 where it returns: CSS3111: @font-face encountered unknown error. 2HG_tEP...
Discordant asked 19/7, 2012 at 11:10

2

I have the problem that a font-style is not correctly applied. It seems that the browser just makes the font bold by himself which results in a ugly faux bold. In Firefox everything works fine. Th...
Saturated asked 13/6, 2016 at 15:0

6

Solved

I've noticed a significant difference in rending of Open Sans (Google Web Font) from Chrome, to Safari/Firefox. I attach two photos, the first being chrome and the second safari. All I have in th...
Jaramillo asked 29/10, 2012 at 0:15

17

Solved

I'm building a new WordPress theme (don't know if that's relevant) and there's this issue that keeps bugging me. I've loaded up Roboto Slab from Google Webfonts (included the CSS in <head> se...
Clavicembalo asked 25/2, 2014 at 10:20

6

Solved

I've learnt that Google automatically serves TTF, EOT, WOFF, or SVG font files depending on the browser / device it's accessed from. Now I am planning to host and serve the font files from my serv...
Descendant asked 24/4, 2012 at 14:34

11

Solved

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 Go...
Lamellirostral asked 12/9, 2010 at 7:13

4

According to this page: [Raleway] is a display face and the download features both old style and lining numerals, standard and discretionary ligatures, a pretty complete set of diacritics, as ...
Comment asked 20/6, 2013 at 16:27

7

Solved

When I use Google Webfonts, they load fine on every browser I care about, EXCEPT Chrome/iOS. This seems odd, as it works fine on Chrome for Mac and Safari for iOS, so I don't think it's an iOS prob...
Kimon asked 9/12, 2012 at 22:40

7

I don't know if this is possible, and if not, if someone can throw out optional ideas, but I'm attempting to display a drop down of different fonts (specifically, font's from Google's font director...
Basketwork asked 12/1, 2011 at 19:13

© 2022 - 2024 — McMap. All rights reserved.