Questions tagged [woff]

a cross-browser, web-only font format that uses gzip compression. IE9+, FF3.6+, Chrome 5+

153 questions
0
votes
2 answers

Which ContentEncoding to be used for WOFF and TTF with HttpListener response?

Chrome and Firefox don't render Font-Awesome's WOFF/TTF, even if they download them from HttpListener, that said, Safari on iOS is rendering Font-Awesome correctly. I am sending HTTP response using .NET's HttpListener class as follows: private void…
Vikrant
  • 253
  • 4
  • 15
0
votes
1 answer

@import-ing fonts: Dropbox vs. Home Server, Unexpected Discrepencies

I host from home, using my home internet connection (Apache on OS X), it's not a business line or anything like that. Still, I manage to get around 20ms ping, 55mbps down and 12mbps up, just so we're clear this isn't some cut-rate DSL connection…
james.spinella
  • 241
  • 1
  • 3
  • 11
0
votes
1 answer

Woff fonts from Google Fonts load just fine on Chrome and IE, custom Woffs from personal web server only work in Chrome?

I load custom fonts from both Google Fonts and my personal website. The fonts hosted by Google Fonts and by my server are both .woff and are both loaded via " of the HTML. I've tested Google's Roboto and Ubuntu CSS and my Roboto and Ubuntu CSS,…
jspinella
  • 2,013
  • 3
  • 25
  • 39
0
votes
0 answers

fontawesome 404 ttf and woff

I developed a Cakephp app which uses fontawesome and I've hosted it on my android tablet (using KSWEB) for work purposes. Fontawesome works ok when hosted on windows server (even server2go) but when hosted on my tablet, it gives two 404 regarding…
Chrishow
  • 363
  • 1
  • 5
  • 13
0
votes
2 answers

Why chrome load ttf file, rather than woff, in this syntax

.css @font-face { font-family: 'NanumBarunGothic'; src: url(NanumBarunGothic.eot); src: url(NanumBarunGothic.eot?#iefix) format(‘embedded-opentype’), url(NanumBarunGothic.woff) format(‘woff’), url(NanumBarunGothic.ttf)…
0
votes
1 answer

Woo commerce star rating edit

First off I apologise for any cringe worthy ignorance, I am a novice. I'm having some trouble changing the product rating stars to an image of my choice on woo commerce. I understand woocommerce uses a woff file from the fontawesome pack, I found…
rich wid
  • 3
  • 1
  • 4
0
votes
0 answers

Apache2 @font-face

I'm having a problem with my fonts on server, in Chrome everything look great, but in Mozilla and IE font is not loaded. I understand that problem is in Apache configuration. But I tried all solutions with adding mime types to .htaccess, to…
no1lov3sme
  • 682
  • 1
  • 5
  • 14
0
votes
1 answer

Google Oswald font not displaying correctly when installed on system

So Ive got the Oswald Google font installed and I've noticed that it is not displaying correctly. From another computer that does not have it installed it appears fine. Does anyone know why this is the case? Should this be a concern since probably…
drooh
  • 578
  • 4
  • 18
  • 46
0
votes
1 answer

Small-caps not rendering in chrome using web font

I'm having problems getting my web font in small caps using "font-variant: small-caps". Here's my findings and what I went through, ruling out possible problems : My initial thought was that the .woff file was not rendering small-caps for some…
veksen
  • 6,863
  • 5
  • 20
  • 33
0
votes
1 answer

Install MIME in meteor

I got this when I tried to use certain font in Meteor: Resource interpreted as Font but transferred with MIME type font/x-woff: I've tried meteor add mime or npm install mime command, none worked. Anybody know about this?
shihandrana
  • 220
  • 4
  • 16
0
votes
2 answers

My Font Face Doesn't Work

I'm preaparing a simple web site. But my font-face doesn't work on Google Chrome. Here is my page My CSS codes: @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600); body { font-family: 'Open Sans', sans-serif; …
Mr. Zoidberg
  • 514
  • 4
  • 13
0
votes
2 answers

Is there a way to use the same base64 data URI with two @font-face declarations?

I have a CSS file with @font-face declarations. The corresponding fonts are stored as base64-encoded WOFFs within the declarations. For reasons that you'll have to trust are good ones, I'd like to create multiple @font-face declarations that point…
Matthew Butterick
  • 1,064
  • 3
  • 12
  • 22
0
votes
1 answer

Burmese Fonts (@font-face) not displaying correction on Android Phone Galaxy S3 with firmware (4.1.2)

I tested my blog in Burmese using @font-face. It works well on, Chrome, Firefox, IE and Safari. I tested with Window, Mac, iPhone and Galaxy S3 (Jelly Bean 4.1.2). I found out that every devices display font very well except the Android device.…
0
votes
1 answer

Web Application Cache Error Event

I have an HTML5 web app, with an application cache. I get through 28 of the explicit cache items, and fail on this one (log from Chrome 23.0.1271.97 m) Application Cache Error event: Resource fetch failed (404)…
Dr.YSG
  • 7,171
  • 22
  • 81
  • 139
0
votes
0 answers

Cannot use jquery event on woff?

I'm building a website using bootstrap and fontawesome. And now I want to use JQuery onclick event on an icon-plus icon. But nothing happened after I click the icon. I found some bootstrap examples who can work right and saw that browser download…
chenryn
  • 121
  • 5
1 2 3
10
11