4 <title>src local with postscript names
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <style type=
"text/css">
17 font-family: test-regular
;
18 src: local
(HelveticaNeue
), local
(BitstreamVeraSans-Roman
), local
(FreeSans
),
19 local
(SwissA
), local
(DejaVuSans
), local
(ArialMT
);
22 /* use Helvetica on the Mac, since Futura has no bold face on 10.4, 10.5 */
24 font-family: test-bold
;
25 src: local
(HelveticaNeue-Bold
), local
(BitstreamVeraSans-Bold
),
26 local
(FreeSansBold
), local
(SwissA-Bold
), local
(DejaVuSans-Bold
),
31 font-family: test-italic
;
32 src: local
(HelveticaNeue-Italic
), local
(BitstreamVeraSans-Oblique
),
33 local
(FreeSansOblique
), local
(SwissA-Italic
),
34 local
(DejaVuSans-Oblique
), local
(Arial-ItalicMT
);
37 .regular { font-family: test-regular
, serif
; }
38 .bold { font-family: test-bold
, serif
; }
39 .italic { font-family: test-italic
, serif
; }
43 <script type=
"text/javascript">
50 <p class=
"regular">This should be a sans-serif face
</p>
52 <p class=
"bold">This should be a bold sans-serif face
</p>
54 <p class=
"italic">This should be an italic sans-serif face
</p>