Questions tagged [webfonts]

Technology that enables people to use fonts on demand over the Web without requiring installation in the operating system.

What are WebFonts?

WebFonts are a technology that enable people to use fonts on demand over the Web without requiring installation in the operating system. The W3C working group has introduced webfonts as part of the CSS 2 specification, and addendums are included in CSS 3. Until recently, downloadable fonts have not been common on the Web due to the lack of an interoperable font format. Modern browsers support the now widely used format (and woff2 for better compression). In the past other formats like eot (initial proprietary Microsoft), ttf (uncompressed) or svg were used.

Links

1549 questions
0
votes
1 answer

FF sporadic failure to load web font hosted on s3

We have a font hosted on S3 as a woff and referenced via CSS. The S3 bucket has CORS configured to allow cross-site access from anywhere. Normally, the font displays with no issues. Sometimes, however, Firefox fails to render the font and the…
cbmanica
  • 3,502
  • 7
  • 36
  • 54
0
votes
1 answer

Webfont loading cross browser differently (mac firefox issue)

I use google "Comfortaa" font for a blog with this code However, the font (along with other fonts) are displayed more boldly on mac…
0
votes
3 answers

Custom Fonts not working on webkit browsers

can someone help me with this problem: I have this font: @font-face { font-family: 'Museo500Regular'; src: url('MuseoSans_500-webfont.eot'); src: local('?'), url('MuseoSans_500-webfont.woff') format('woff'), …
RulerNature
  • 693
  • 4
  • 13
  • 40
0
votes
1 answer

Is it possible to progressively load web fonts?

I'm building a webpage that has to use custom fonts (Ubuntu, specifically). Unfortunately, the website also needs to be multilingual, and additional languages will be added later by the administrator. It's a requirement that additional languages can…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
0
votes
1 answer

@font face weird issue between urls

I been having a weird issue with a client's website. Depending if you type "www" or not, the font comes up differently, even if you refresh the page. I wanted to know if anyone else had this issue and how to work around it? Shows the correct…
blackbull77
  • 281
  • 1
  • 5
  • 14
0
votes
1 answer

Font family in css not working

I am using YanoneKaffeesatz Font in my wordpress website. So to use this font first I generated code from FontSquirrel. Then I got this piece of code @font-face { font-family: 'yanone_kaffeesatz_lightRg'; src:…
amit patel
  • 63
  • 6
  • 14
0
votes
3 answers

what is a webfont and can i rely on them

i want to add pretty fonts to my Bootstrap site. i'm a programmer, not a designer. I googled around and ended up at Google Webfonts website. Google's own font browser does not work (all the fonts default to a serif or something) for any of my…
Dustin Getz
  • 21,282
  • 15
  • 82
  • 131
0
votes
1 answer

Google Webfont Accent Characters (Diacritics) rendering

Google webfonts like Open Sans and Oswald are looking weird on my website. The characters with accents don't show up in the open sans font, but in another font-family. The strange thing is that the same text looks ok on the Google Webfont test page.…
Tudor Ravoiu
  • 2,130
  • 8
  • 35
  • 56
0
votes
3 answers

IE: Issues :( incorrect webfont display

Hey fellow Stackers! So I've run into a couple of strange IE only bugs on this website I'm coding for a friend. The Website Link | Full CSS file I'm using the Google Webfont Raleway, font sizes: 300,400,700,900. However IE changes all font-weights…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
0
votes
3 answers

CSS Trebuchet MS vs. Photoshop Trebuchet MS

I designed a small template which uses Trebuchet MS font (PSD). Now, if I use this font in HTML/CSS it looks quite different. Is there any possibility to achive the same or a better quality ? Maybe Google Webfont ? Is there a simmilar font ? Or…
ihkawiss
  • 986
  • 3
  • 9
  • 25
0
votes
2 answers

Why Do My Webfonts Not Show On Windows Machines and iPhone?

I have designed a very basic holding page at www.tomrankinmusic.com I have embedded Webfonts into the page and checked them in the latest Firefox, Safari and Chrome on Mac OSX Lion 10.7.4 where they show correctly, however they do not show in Chrome…
tomdot
  • 551
  • 6
  • 20
0
votes
3 answers

css google fonts cyrillic - some letters are cut off

I've got a problem with using google fonts on website, The problems shows only if even font-size is used, Some of the letters are smaller or cut off on the top. There is no problem on google fonts website, though, if i try to use it on my server, i…
Lisunov Ilia
  • 141
  • 1
  • 4
0
votes
1 answer

Google Webfont not displaying on GAE site

So I'm trying to use a Google Webfont on a GAE site. The font works when I browse the site locally, but after I deploy and go to the .appspot.com address, the font no longer works and defaults to "cursive". Here's the relevant code: CSS: .logo…
kennysong
  • 2,044
  • 6
  • 24
  • 37
0
votes
1 answer

How to use Google Webfont loader only for specific paragraph classes?

I have been using the Google Webfont loader to display parts of my website with nice fonts. I have this part work fine, all of my

show with the font I want. However, I would like only some classes of

(i.e.

) to show with…

Fred
  • 13
  • 3
0
votes
1 answer

6 seconds delay when using fonts.com service with javascript

I want to embed 3 types of Helvetica Neue on my website. The only legal way to do it is to use fonts.com because Linotype work with them. So basically I registered and used their free plan. The only problem here is that I can use only their…
Nosebleed
  • 233
  • 2
  • 8
1 2 3
99
100