| OLD | NEW |
| 1 <div id="font-settings" class="page" hidden> | 1 <div id="font-settings" class="page" hidden> |
| 2 <h1 i18n-content="fontSettingsPage"></h1> | 2 <h1 i18n-content="fontSettingsPage"></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 id="standard-font-family" class="font-input" data-type="string" | 7 <select id="standard-font-family" class="font-input" data-type="string" |
| 8 pref="webkit.webprefs.standard_font_family" | 8 pref="webkit.webprefs.global.standard_font_family" |
| 9 metric="Options_ChangeStandardFont"></select> | 9 metric="Options_ChangeStandardFont"></select> |
| 10 </div> | 10 </div> |
| 11 <div> | 11 <div> |
| 12 <input id="standard-font-size" type="range" min="0" max="24" | 12 <input id="standard-font-size" type="range" min="0" max="24" |
| 13 pref="webkit.webprefs.default_font_size"> | 13 pref="webkit.webprefs.default_font_size"> |
| 14 <div> | 14 <div> |
| 15 <span i18n-content="fontSettingsSizeTiny"></span> | 15 <span i18n-content="fontSettingsSizeTiny"></span> |
| 16 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> | 16 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> |
| 17 </span> | 17 </span> |
| 18 </div> | 18 </div> |
| 19 </div> | 19 </div> |
| 20 </div> | 20 </div> |
| 21 <div id="standard-font-sample" class="font-sample-div"></div> | 21 <div id="standard-font-sample" class="font-sample-div"></div> |
| 22 </section> | 22 </section> |
| 23 <section> | 23 <section> |
| 24 <h3 i18n-content="fontSettingsSerif"></h3> | 24 <h3 i18n-content="fontSettingsSerif"></h3> |
| 25 <div class="font-input-div"> | 25 <div class="font-input-div"> |
| 26 <div> | 26 <div> |
| 27 <select id="serif-font-family" class="font-input" data-type="string" | 27 <select id="serif-font-family" class="font-input" data-type="string" |
| 28 pref="webkit.webprefs.serif_font_family" | 28 pref="webkit.webprefs.global.serif_font_family" |
| 29 metric="Options_ChangeSerifFont"></select> | 29 metric="Options_ChangeSerifFont"></select> |
| 30 </div> | 30 </div> |
| 31 </div> | 31 </div> |
| 32 <div id="serif-font-sample" class="font-sample-div"></div> | 32 <div id="serif-font-sample" class="font-sample-div"></div> |
| 33 </section> | 33 </section> |
| 34 <section> | 34 <section> |
| 35 <h3 i18n-content="fontSettingsSansSerif"></h3> | 35 <h3 i18n-content="fontSettingsSansSerif"></h3> |
| 36 <div class="font-input-div"> | 36 <div class="font-input-div"> |
| 37 <div> | 37 <div> |
| 38 <select id="sans-serif-font-family" class="font-input" | 38 <select id="sans-serif-font-family" class="font-input" |
| 39 data-type="string" | 39 data-type="string" |
| 40 pref="webkit.webprefs.sansserif_font_family" | 40 pref="webkit.webprefs.global.sansserif_font_family" |
| 41 metric="Options_ChangeSansSerifFont"></select> | 41 metric="Options_ChangeSansSerifFont"></select> |
| 42 </div> | 42 </div> |
| 43 </div> | 43 </div> |
| 44 <div id="sans-serif-font-sample" class="font-sample-div"></div> | 44 <div id="sans-serif-font-sample" class="font-sample-div"></div> |
| 45 </section> | 45 </section> |
| 46 <section> | 46 <section> |
| 47 <h3 i18n-content="fontSettingsFixedWidth"></h3> | 47 <h3 i18n-content="fontSettingsFixedWidth"></h3> |
| 48 <div class="font-input-div"> | 48 <div class="font-input-div"> |
| 49 <div> | 49 <div> |
| 50 <select id="fixed-font-family" class="font-input" data-type="string" | 50 <select id="fixed-font-family" class="font-input" data-type="string" |
| 51 pref="webkit.webprefs.fixed_font_family" | 51 pref="webkit.webprefs.global.fixed_font_family" |
| 52 metric="Options_ChangeFixedFont"></select> | 52 metric="Options_ChangeFixedFont"></select> |
| 53 </div> | 53 </div> |
| 54 </div> | 54 </div> |
| 55 <div id="fixed-font-sample" class="font-sample-div"></div> | 55 <div id="fixed-font-sample" class="font-sample-div"></div> |
| 56 </section> | 56 </section> |
| 57 <section> | 57 <section> |
| 58 <h3 i18n-content="fontSettingsMinimumSize"></h3> | 58 <h3 i18n-content="fontSettingsMinimumSize"></h3> |
| 59 <div class="font-input-div"> | 59 <div class="font-input-div"> |
| 60 <div> | 60 <div> |
| 61 <input id="minimum-font-size" type="range" min="0" max="15" | 61 <input id="minimum-font-size" type="range" min="0" max="15" |
| 62 pref="webkit.webprefs.minimum_font_size"> | 62 pref="webkit.webprefs.global.minimum_font_size"> |
| 63 <div> | 63 <div> |
| 64 <span i18n-content="fontSettingsSizeTiny"></span> | 64 <span i18n-content="fontSettingsSizeTiny"></span> |
| 65 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> | 65 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> |
| 66 </span> | 66 </span> |
| 67 </div> | 67 </div> |
| 68 </div> | 68 </div> |
| 69 </div> | 69 </div> |
| 70 <div id="minimum-font-sample" class="font-sample-div"></div> | 70 <div id="minimum-font-sample" class="font-sample-div"></div> |
| 71 </section> | 71 </section> |
| 72 <section> | 72 <section> |
| 73 <h3 i18n-content="fontSettingsEncoding"></h3> | 73 <h3 i18n-content="fontSettingsEncoding"></h3> |
| 74 <div class="font-input-div"> | 74 <div class="font-input-div"> |
| 75 <div> | 75 <div> |
| 76 <select id="font-encoding" data-type="string" | 76 <select id="font-encoding" data-type="string" |
| 77 pref="intl.charset_default" | 77 pref="intl.global.charset_default" |
| 78 metric="Options_ChangeFontEncoding"></select> | 78 metric="Options_ChangeFontEncoding"></select> |
| 79 </div> | 79 </div> |
| 80 </div> | 80 </div> |
| 81 </section> | 81 </section> |
| 82 </div> | 82 </div> |
| OLD | NEW |