- From: taka <takaoshiyama@gmail.com>
- Date: Mon, 18 Mar 2013 17:31:46 +0900
- To: Gérard Talbot <css21testsuite@gtalbot.org>
- CC: Public CSS test suite mailing list <public-css-testsuite@w3.org>
Gerard As I corrected @font-face to "mplus-1p-regular", please review this again. -> http://hg.csswg.org/test/rev/db31b29b4b56 regards, (2013/03/15 12:32), "Gérard Talbot" wrote: > Taka, > > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-normal-021.xht > > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-normal-022.xht > > ... > > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-strict-011.xht > > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-strict-012.xht > > ... > > All these 13 tests should be linking to mplus-1p-regular.woff . You see, > DejaVuSerifBook is linked to DejaVuSerif-webfont.woff which uses only > the English subset of DejaVu Serif and it does not support Japanese > glyphs at all. Anyway, you did not put it in your /support/ folder. > > In all those 13 tests, for now, please replace > > @font-face { > font-family: "DejaVuSerifBook"; > src: url("support/DejaVuSerif-webfont.woff") format("woff"); > /* Filesize: 18096 bytes (17.7 KBytes) */ > } > > with > > @font-face > { > font-family: "mplus-1p-regular"; > src: url("support/mplus-1p-regular.woff") format("woff"); > /* filesize: 803300 bytes (784.5 KBytes) */ > /* > mplus-1p-regular.ttf can be downloaded at/from [TBD later] > */ > } Yes, I corrected each. > > Copy mplus-1p-regular.woff > from > http://www.gtalbot.org/BrowserBugsSection/review/support/ > in your > http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/support/ Yes, I copied it. > I could probably reduce the size of the .woff file if only I would know > the Unicode range(s) for the japanese glyphs your tests are using > (Hiragana ?, Katakana ?). > http://en.wikipedia.org/wiki/Hiragana > and > http://en.wikipedia.org/wiki/Katakana > give the Unicode ranges. > > I would use Font Squirrel > http://www.fontsquirrel.com/tools/webfont-generator > expert settings and try generate subsetted .ttf, .eot, .woff files for > all your 13 tests. > > Gérard -- taka oshiyama 押山 隆 takaoshiyama@gmail.com
Received on Monday, 18 March 2013 08:32:24 UTC