Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2685)

Unified Diff: chrome/browser/resources/options/font_settings.html

Issue 6602021: web-ui settings: Standard font setting now correlates to WebKit's standard fo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/font_settings.html
===================================================================
--- chrome/browser/resources/options/font_settings.html (revision 76410)
+++ chrome/browser/resources/options/font_settings.html (working copy)
@@ -4,12 +4,12 @@
<h3 i18n-content="fontSettingsStandard"></h3>
<div class="font-input-div">
<div>
- <select id="serif-font-family" class="font-input" dataType="string"
- pref="webkit.webprefs.serif_font_family"
- metric="Options_ChangeSerifFont" disabled></select>
+ <select id="standard-font-family" class="font-input" dataType="string"
+ pref="webkit.webprefs.standard_font_family"
+ metric="Options_ChangeStandardFont" disabled></select>
</div>
<div>
- <input id="serif-font-size" type="range" min="0" max="24"
+ <input id="standard-font-size" type="range" min="0" max="24"
pref="webkit.webprefs.default_font_size" class="font-input">
<div>
<span i18n-content="fontSettingsSizeTiny"></span>
@@ -18,7 +18,7 @@
</div>
</div>
</div>
- <div id="serif-font-sample" class="font-sample-div"></div>
+ <div id="standard-font-sample" class="font-sample-div"></div>
</section>
<section>
<h3 i18n-content="fontSettingsFixedWidth"></h3>

Powered by Google App Engine
This is Rietveld 408576698