Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>src local ref with regular, bold, italic</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 body {
10 margin: 50px;
11 font-size: 24pt;
12 }
14 /* use full names */
16 p { font-family: Helvetica Neue, Bitstream Vera Sans, FreeSans, SwissA, DejaVu Sans, Arial, serif; }
18 .regular { }
19 .bold { font-weight: bold; }
20 .italic { font-style: italic; }
22 </style>
24 <script type="text/javascript">
26 </script>
28 </head>
29 <body>
31 <p class="regular">This should be a sans-serif face</p>
33 <p class="bold">This should be a bold sans-serif face</p>
35 <p class="italic">This should be an italic sans-serif face</p>
37 </body>
38 </html>