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

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

Issue 6577029: web-ui settings: Explicitly set preferences for sans-serif font and minimum l... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/font_settings.html
===================================================================
--- chrome/browser/resources/options/font_settings.html (revision 75929)
+++ chrome/browser/resources/options/font_settings.html (working copy)
@@ -4,9 +4,9 @@
<h3 i18n-content="fontSettingsStandard"></h3>
<div class="font-input-div">
<div>
- <select class="font-input" i18n-options="fontSettingsFontList"
+ <select id="serif-font-family" class="font-input" dataType="string"
+ i18n-options="fontSettingsFontList"
pref="webkit.webprefs.serif_font_family"
- dataType="string"
metric="Options_ChangeSerifFont"></select>
</div>
<div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698