Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
2k views

Google fonts and cross-browser Unicode

I'm using a google font (Source Sans Pro) in one of my projects. I have a class where on hover ::after I show an arrow. The problem is except from Safari, Chrome and Firefox both showing a different ...
SARN's user avatar
  • 47
1 vote
2 answers
102 views

Font-embedding: what is wrong here?

I'm still pretty new to html and css, so I might be overlooking things. Been entertaining myself trying to create a little website and arrived at embedding a font to it. It is working in firefox, yet ...
PSZ_Code's user avatar
  • 1,045
0 votes
2 answers
2k views

@font-face not working in any browser

Not exactly a new topic, I know, but reading through all the @font-face related postings I still can't find an answer to my problem. I'm new-be so I'm assuming there's a terribly embarrassing major/...
rapha's user avatar
  • 5
0 votes
2 answers
2k views

Custom Font Embedding DOES NOT WORK Cross-Browser

I have have "Gulim", a custom font, embedded into my website at mangodownload.com (you can see it on the homepage, if you see Arial, it does not work on your browser.) Unfortunately, this font does ...
Hugo Cornellier's user avatar
156 votes
16 answers
198k views

Preloading @font-face fonts?

Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don't get that ugly jump when the page finally does load?
user avatar