- From: <bugzilla@jessica.w3.org>
- Date: Tue, 16 Oct 2012 05:10:35 +0000
- To: public-webplatform-bugs@w3.org
- Message-ID: <bug-19369-5733-Lc4NnbZPXx@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19369
--- Comment #9 from Sébastien Desbenoit <seb@desbenoit.net> ---
It looks like it could be a woff issue, perhaps a too compressed file. It's a
problem that occurs when we use google webfonts and while I don't know if the
website is using this service it's just an hypothesis.
The best solution is to download the OTF and to generate a new woff file and
use the whole font-face propriety without Google Webfonts. I'll enclosed a full
package.
Here's the code
@font-face {
font-family: 'bitterbold';
src: url('bitter-bold-webfont.eot');
src: url('bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('bitter-bold-webfont.woff') format('woff'),
url('bitter-bold-webfont.ttf') format('truetype'),
url('bitter-bold-webfont.svg#bitterbold') format('svg');
font-weight: bold;
font-style: normal;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 16 October 2012 05:10:37 UTC