OLD | NEW |
1 <div id="font-settings" class="page hidden"> | 1 <div id="font-settings" class="page hidden"> |
2 <h1 i18n-content="fontSettingsTitle"></h1> | 2 <h1 i18n-content="fontSettingsTitle"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="fontSettingsStandard"></h3> | 4 <h3 i18n-content="fontSettingsStandard"></h3> |
5 <div class="font-input-div"> | 5 <div class="font-input-div"> |
6 <div> | 6 <div> |
7 <select class="font-input" i18n-options="fontSettingsFontList" | 7 <select class="font-input" i18n-options="fontSettingsFontList" |
8 pref="webkit.webprefs.serif_font_family" | 8 pref="webkit.webprefs.serif_font_family" |
| 9 dataType="string" |
9 metric="Options_ChangeSerifFont"></select> | 10 metric="Options_ChangeSerifFont"></select> |
10 </div> | 11 </div> |
11 <div> | 12 <div> |
12 <input id="serif-font-size" type="range" min="0" max="24" | 13 <input id="serif-font-size" type="range" min="0" max="24" |
13 pref="webkit.webprefs.default_font_size" class="font-input"> | 14 pref="webkit.webprefs.default_font_size" class="font-input"> |
14 <div> | 15 <div> |
15 <span i18n-content="fontSettingsSizeTiny"></span> | 16 <span i18n-content="fontSettingsSizeTiny"></span> |
16 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> | 17 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> |
17 </span> | 18 </span> |
18 </div> | 19 </div> |
19 </div> | 20 </div> |
20 </div> | 21 </div> |
21 <div id="serif-font-sample" class="font-sample-div"></div> | 22 <div id="serif-font-sample" class="font-sample-div"></div> |
22 </section> | 23 </section> |
23 <section> | 24 <section> |
24 <h3 i18n-content="fontSettingsFixedWidth"></h3> | 25 <h3 i18n-content="fontSettingsFixedWidth"></h3> |
25 <div class="font-input-div"> | 26 <div class="font-input-div"> |
26 <div> | 27 <div> |
27 <select class="font-input" i18n-options="fontSettingsFontList" | 28 <select class="font-input" i18n-options="fontSettingsFontList" |
28 pref="webkit.webprefs.fixed_font_family" | 29 pref="webkit.webprefs.fixed_font_family" |
| 30 dataType="string" |
29 metric="Options_ChangeFixedFont"></select> | 31 metric="Options_ChangeFixedFont"></select> |
30 </div> | 32 </div> |
31 <div> | 33 <div> |
32 <input id="fixed-font-size" type="range" min="0" max="24" | 34 <input id="fixed-font-size" type="range" min="0" max="24" |
33 pref="webkit.webprefs.default_fixed_font_size" class="font-input"> | 35 pref="webkit.webprefs.default_fixed_font_size" class="font-input"> |
34 <div> | 36 <div> |
35 <span i18n-content="fontSettingsSizeTiny"></span> | 37 <span i18n-content="fontSettingsSizeTiny"></span> |
36 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> | 38 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> |
37 </span> | 39 </span> |
38 </div> | 40 </div> |
(...skipping 14 matching lines...) Expand all Loading... |
53 </div> | 55 </div> |
54 </div> | 56 </div> |
55 </div> | 57 </div> |
56 <div id="minimum-font-sample" class="font-sample-div"></div> | 58 <div id="minimum-font-sample" class="font-sample-div"></div> |
57 </section> | 59 </section> |
58 <section> | 60 <section> |
59 <h3 i18n-content="fontSettingsEncoding"></h3> | 61 <h3 i18n-content="fontSettingsEncoding"></h3> |
60 <div class="font-input-div"> | 62 <div class="font-input-div"> |
61 <div> | 63 <div> |
62 <select class="font-input" i18n-options="fontSettingsEncodingList" | 64 <select class="font-input" i18n-options="fontSettingsEncodingList" |
63 pref="intl.charset_default" metric="Options_ChangeFontEncoding"> | 65 pref="intl.charset_default" |
64 </select> | 66 dataType="string" |
| 67 metric="Options_ChangeFontEncoding"></select> |
65 </div> | 68 </div> |
66 </div> | 69 </div> |
67 </section> | 70 </section> |
68 </div> | 71 </div> |
OLD | NEW |