- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Thu, 14 Feb 2013 16:03:34 -0500
- To: "taka" <takaoshiyama@gmail.com>
- Cc: public-css-testsuite@w3.org
Le Ven 8 février 2013 17:51, "Gérard Talbot" a écrit : > Le Ven 8 février 2013 3:30, taka a écrit : http://test.csswg.org/source/contributors/east-tokyo/submitted/css3-text/line-break-strict-011.xht > Adding > > @font-face > { > font-family: "IPAMincho"; > src: url("support/ipam.ttf"); /* Filesize: 8046712 bytes */ > } > > @font-face > { > font-family: "IPAGothic"; > src: url("support/ipag.ttf"); /* Filesize: 6235344 bytes */ > } > > could be another possibility: > > > http://www.gtalbot.org/BrowserBugsSection/review/line-break-strict-011-review2.xht > > Right here, I believe we need a discussion in the mailing list to allow > or disallow @font-face and TTF font embedding in tests. > > The loading and processing of the embedded fonts can be long and take 10 > seconds. > > Gérard Taka, Downloading and processing a @font-face 8MB font is inappropriate. I have no complete solution ready and tested to propose right now for all your tests. Chris Liley suggests to use WOFF http://lists.w3.org/Archives/Public/public-css-testsuite/2013Feb/0023.html and John Daggett, among other suggestions, suggests one (and only one single) different and much smaller font from the M+fonts project http://lists.w3.org/Archives/Public/public-css-testsuite/2013Feb/0037.html Now, I'm unfamiliar with WOFF and converting a TTF font file into WOFF. Newer test with mplus-1p-regular font: http://www.gtalbot.org/BrowserBugsSection/review/line-break-strict-011-review3.xht Downloading and processing mplus-1p-regular font still requires a minimum of 3-4 sec. @font-face { font-family: mplus-1p-regular; src: url("support/mplus-1p-regular.ttf") format("truetype"); /* filesize: 1382116 bytes (1.3MB) */ } Gérard -- Contributions to the CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/ CSS 2.1 Test suite RC6, March 23rd 2011: http://test.csswg.org/suites/css2.1/20110323/html4/toc.html CSS 2.1 test suite harness: http://test.csswg.org/harness/ Contributing to to CSS 2.1 test suite: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/web-authors-contributions-css21-testsuite.html
Received on Thursday, 14 February 2013 21:04:07 UTC