google-font-api Questions
6
Solved
<span class="bold">Some Title</span>
.bold
{
font-weight:bold;
}
This renders boldly, however this:
<strong>Some Title</strong>
Does not. It just renders as regular ...
Annulment asked 25/7, 2011 at 8:59
19
I had built a website with React.js and webpack.
I want to use Google fonts in the webpage, so I put the link in the section.
Google Fonts
<link href="https://fonts.googleapis.com/css?family=...
Morn asked 23/11, 2016 at 16:26
3
first I want to thank all of the great people in this site. Without the help of SO I would be so lost.
I am trying to reference the typography from google fonts. The problem is that when I push t...
Auraaural asked 11/1, 2019 at 18:6
4
Solved
Prior art:
Can I disable my local font in chrome?
https://superuser.com/questions/292666/how-to-disable-permission-to-read-system-fonts-and-browser-plugin-details-in
Is there a way to disable ...
Susceptible asked 19/10, 2015 at 2:11
3
Solved
I want to add Quicksand Font to my website so google prompted me to add the following:
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preco...
Ullund asked 24/9, 2022 at 14:49
11
Solved
I'm working on making my site look the same under Safari and Chrome. In Chrome it looks exactly how I want it to. The major problem is that Google Font doesn't seem to be loading under Safari. Beca...
Ure asked 5/6, 2014 at 13:39
6
Solved
I'm trying to use Google Fonts and I've never had any problems, but now when I try to add the CSS file on my header I get this error on the console:
Refused to load the stylesheet 'http://fonts.g...
Prevention asked 29/11, 2015 at 16:13
3
Solved
child: RichText(
textAlign: TextAlign.start,
text: const TextSpan(
text: "What are you looking for?", //here
style: TextStyle(
color: Colors.black87,
fontSize: 18.0,
fontWeight: Fo...
Pinero asked 29/12, 2022 at 10:15
3
Solved
I'm trying to change h1 to font-weight: 300. Except when I did:
.h1{
font-weight: 300;
}
Nothing happened!
So to test the font weight on other text elements, I set the entire encapsulating con...
Intramuscular asked 1/7, 2016 at 20:40
3
Solved
I'm trying to find out which one loads faster. Upon checking the audit tab in Chrome both approach result in a slow First meaningful paint. I'm using googleapi font to render fonts in my site. Belo...
Kristinkristina asked 27/2, 2018 at 13:51
7
Solved
I want to use the Google Font "Noto Serif" for my website.
My problem is that when I am testing it with Google PageSpeed Insights, it says everything is perfect except for one thing:
<...
Flagrant asked 16/11, 2016 at 5:13
4
Solved
As google fonts are blocked in China I had to download them and use FontSquirrel for conversion.
The problem: fi/ff/etc are ugly
I did all of the steps here Prevent ligatures in Safari (Mavericks...
Distributee asked 12/8, 2016 at 20:40
10
Solved
I am using wkhtmltopdf to convert HTML files in PDF format; it gives surprisingly good results, rendering the PDF exactly as WebKit would do.
I am using Google Web Fonts to give users the possibil...
Mikkel asked 17/7, 2011 at 1:8
3
Solved
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 JavaScript.
WebFontConfig = {
googl...
Perez asked 14/5, 2013 at 21:41
2
Solved
I'm trying to add google fonts to my Rails 5.2 application and I can't figure out why it doesn't work/what is missing:
i added the following lines in application.scss file :
@import url('://fon...
Sleet asked 10/11, 2019 at 23:20
2
Solved
Instead of using a remote Google Font CSS:
<link href="https://fonts.googleapis.com/css2?family=FontName&display=swap" rel="stylesheet">
I'd like to have everything l...
Papeterie asked 3/2, 2022 at 18:44
2
Solved
I am trying to use Google font Six Cap on my webpage http://iconablare.in/iconablareredesign
It is working perfectly on Desktop but it doesn't load on mobile with the full website but when i tried...
Triglyph asked 9/9, 2014 at 9:25
2
My question can be seen as a follow-up of this answer.
I use Google Fonts for my project and now want to change the unicode-range, so only numbers are affected (see linked answer above). My proble...
Vito asked 25/5, 2015 at 0:30
1
Solved
I have a problem with external font-face loading with headless Chrome 79 (same problem with Canary) on Windows (both 32 bits and 64 bits versions).
Here's an example with Google Fonts:
chrome.exe...
Carsoncarstensz asked 9/1, 2020 at 10:22
2
Solved
I wanted to add a font with Google Fonts, and I have noticed an odd behavior.
I want to add a font with only the latin subset, I do not want latin-ext, cyrillic or cyrillic-ext subset, in order to...
Granddad asked 3/11, 2014 at 18:2
5
Solved
I want help on importing all of Google web font at once ,
I tested the normal 'link rel' in my head tag to import The Family Tangerine for my post and it worked perfectly.
Although i want a way in ...
Radian asked 3/8, 2017 at 14:23
3
I am working on a Wordpress site.
Woothemes framework, Canvas theme from Woothemes.
Have installed the plugin Google Webfonts for Woo Framework.
So far - so good.
Now I need a Google Font API key.
...
Marvismarwin asked 16/10, 2013 at 20:14
1
Having the same problem as this guy but am not using .NET so I don't know what the answer to this problem is. I am using Electron.
<head>
<meta http-equiv="Content-Security-Policy&quo...
Ebro asked 16/2, 2021 at 4:29
4
Solved
I'm trying to import a Google Font inside the main.scss file, but following code didn't work:
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
Is there a way to do tha...
Quartzite asked 28/9, 2016 at 8:15
13
Solved
I need to use some google fonts on an intranet application. The clients may or may not have internet connection. Reading the license terms, it appears that its legally allowed.
Enidenigma asked 23/1, 2012 at 2:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.