Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 /* Chunkfive.sjs with a 200 (OK) status should work identically to Chunkfive.otf */
6 @font-face {
7 font-family: foo;
8 src: url(../fonts/Chunkfive.sjs?statusCode=200&statusReason=OK);
9 }
10 body {
11 font-family: foo, monospace;
12 font-size: 36px;
13 }
14 </style>
15 </head>
16 <body>
17 Hello world
18 </body>
19 </html>