webfonts Questions

3

I'm developing an Angular app, and I noticed that google fonts are loaded every time the page changes. It's not making a full page reload, it's an SPA, and I'm using angular routing. To load the fo...
Accoutre asked 23/7, 2020 at 1:54

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

5

Solved

I want to defer font loading on my site inspired by deferred font loading logic for Smashing Magazine. Main part of this is converting fonts to base64 and preparing your CSS file. My steps so far:...
Luna asked 11/11, 2014 at 15:4

4

Solved

I'm trying to make sure that the .woff2 font file contains the same set of glyphs as one of my .ttf files. So, it would be really nice to view them somehow side by side, but I can not find any tool...
Marsipobranch asked 5/9, 2017 at 16:20

7

Google's Web Fonts API offers a way to define callback functions to be executed if a font has finished loading, or couldn't be loaded etc. Is there a way to achieve something similar using CSS3 web...
Curd asked 15/4, 2011 at 16:59

9

I created a fiddle trying to use Open Sans font with font-weight 300: HTML <span class="demo">example</span> CSS .demo { font-weight: 400 !important; font-family: 'Open Sans' !im...
Multivalent asked 24/2, 2014 at 23:2

2

For example I have Open Sans font installed in Windows, and also embeded from google fonts in my website. If I forgot implement google fonts, then I can anyway see font on my website because I have...
Brace asked 22/5, 2015 at 14:47

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

3

Solved

I need to design a simple logo with css and everything is fine except for the letter size. Requirement is to use verdana font but with wide characters as shown in the image. However, with current c...
Crenelation asked 7/3, 2013 at 2:40

3

Solved

My team has a woff2 font file, which we are not equipped to deal with. Does anyone know a pipeline for downgrading to a more common format?
Handwork asked 15/9, 2014 at 15:48

8

Solved

For a progressive web app based on Material UI (React) and built with Webpack, how do I properly include Roboto font(s) so that the app does not depend on Google servers and fonts also work offline...
Astonied asked 2/11, 2016 at 11:1

6

Solved

CSS has a @font-face rule which allows us to "use" custom fonts. Does JavaScript have this functionality? More specifically, is it possible to "use" custom fonts without using the CSS @font-face ...
Decerebrate asked 7/4, 2011 at 19:57

12

what can I do in this case? I'm seeing this on my console when ran on the browser the AngularJS App: Slow network is detected. Fallback font will be used while loading: /bootstrap/dist/fonts/glyph...
Animatism asked 20/2, 2017 at 10:29

3

Let's say I have a font face like: @font-face { font-family: 'MyGreatFont'; src: url(~"./font/greatfont.woff2") format('woff2'), url(~"./font/greatfont.woff") format('woff');...
Steady asked 30/3, 2021 at 22:46

3

I was wondering if it'd be possible to use Google fonts in my React Native project. I've been looking for some information but I didn't find anything. Is it possible? Thanks. P.D.: I know I can...
Strongroom asked 28/11, 2015 at 12:14

6

Solved

I've been experiencing a strange issue when using a custom font on a new webapp i'm working on. This custom font (FF DIN) Seem to have naturally vertical off-center line-height, which force me to ...
Feldspar asked 23/1, 2015 at 1:48

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

4

Solved

I'm trying to self-host webfonts using my NextJS app and having trouble. This is the URL browser tries to access these fonts: localhost:3000/_next/static/css/fonts/Avenir.woff2 The actual path is:...
Geraldina asked 21/8, 2019 at 11:3

3

I'm developing a Google Chrome Extension which is injecting a stylesheet into a specific website I defined in manifest.json. In the stylesheet are webfonts included with @font-face and src: url("...
Cochise asked 14/7, 2015 at 8:48

2

How can we use custom fonts in mailer especially gmail. I have searched a lot but haven't found anything useful but I saw one "uxpin" mailer using "proxima nova" font in my gmail account....will gr...
Interpellation asked 25/8, 2016 at 11:45

3

Hi I'm facing this problem in google pagespeed I almost get my site speed to 100 the only thing remaining is Ensure text remains visible during webfont load I'm already using font-display:swap; ...
Myelencephalon asked 31/3, 2019 at 4:59

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

3

I’m experiencing an issue with Safari where a block of text using webfonts (not sure webfonts are the issue) is wrapping differently in Safari than it is in any other browser. In this particular in...
Brolly asked 9/5, 2019 at 17:58

4

Solved

I'm having trouble vertically aligning a font-awesome icon with text within a button under the Bootstrap framework. I've tried so many things including setting the line-height, but nothing is worki...
Upward asked 4/7, 2013 at 22:14

2

Solved

I'm creating a WPF application and trying to match the style of the user interface to an existing web site. The site is using Lato as its default font, which is not available by default on Windows....
Metacenter asked 28/11, 2012 at 19:28

© 2022 - 2025 — McMap. All rights reserved.