3 font-family: webkit-one;
5 src: local(Courier), local('Courier New');
9 font-family: webkit-one;
12 src: local(Helvetica), local(Arial);
16 font-family: webkit-one;
18 src: local(Helvetica), local(Arial);
22 font-family: webkit-one;
25 src: local(Papyrus), local(Times), local('Times New Roman');
29 font-family: webkit-six;
31 src: local(Courier), local('Courier New');
35 font-family: webkit-six;
37 src: local(Helvetica), local(Arial);
41 font-family: webkit-six;
43 src: local(Papyrus), local(Times), local('Times New Roman');
47 font-family: webkit-seven;
49 src: local(Courier), local('Courier New');
53 font-family: webkit-seven;
55 src: local(Helvetica), local(Arial);
59 font-family: webkit-eight;
61 src: local(Courier), local('Courier New');
65 font-family: webkit-eight;
67 src: local(Helvetica), local(Arial);
70 div { border:
1px solid lightblue; margin:
4px; }
74 Each font name in that font:
76 <div style=
"font-family: webkit-one;">
77 <b>Helvetica bold
</b> Helvetica
<i>Courier syn. italic
<b>Papyrus syn. bold syn. italic
</b></i>
80 <div style=
"font-family: webkit-six;">
81 <span style=
"font-weight: 100">Courier
</span>
82 <span style=
"font-weight: 200">Courier
</span>
83 <span style=
"font-weight: 300">Courier
</span>
84 <span style=
"font-weight: 400">Courier
</span>
85 <span style=
"font-weight: 500">Courier
</span>
86 <span style=
"font-weight: 600">Helvetica Bold
</span>
87 <span style=
"font-weight: 700">Helvetica Bold
</span>
88 <span style=
"font-weight: 800">Papyrus syn. bold
</span>
89 <span style=
"font-weight: 900">Papyrus syn. bold
</span>
92 <div style=
"font-family: webkit-seven;">
93 <span style=
"font-weight: 100">Courier
</span>
94 <span style=
"font-weight: 200">Courier
</span>
95 <span style=
"font-weight: 300">Courier
</span>
96 <span style=
"font-weight: 400">Courier
</span>
97 <span style=
"font-weight: 500">Courier
</span>
98 <span style=
"font-weight: 600">Helvetica Bold
</span>
99 <span style=
"font-weight: 700">Helvetica Bold
</span>
100 <span style=
"font-weight: 800">Helvetica Bold
</span>
101 <span style=
"font-weight: 900">Helvetica Bold
</span>
104 <div style=
"font-family: webkit-eight;">
105 <span style=
"font-weight: 100">Courier
</span>
106 <span style=
"font-weight: 200">Courier
</span>
107 <span style=
"font-weight: 300">Courier
</span>
108 <span style=
"font-weight: 400">Courier
</span>
109 <span style=
"font-weight: 500">Courier
</span>
110 <span style=
"font-weight: 600">Helvetica Bold
</span>
111 <span style=
"font-weight: 700">Helvetica Bold
</span>
112 <span style=
"font-weight: 800">Helvetica Bold
</span>
113 <span style=
"font-weight: 900">Helvetica Bold
</span>