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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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/chromeos/wallpaper_manager/main.html
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index 46491b0c6a3465acfefc9faa0cac362e74491218..793fe5d55e0c9dda6d44d917a2c20cef92034d6c 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<title>Wallpaper Picker</title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css">
<link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css"></link>
@@ -48,8 +49,7 @@ found in the LICENSE file.
<script src="js/main.js"></script>
</if>
</head>
-<body i18n-values=".style.fontFamily:webFontFamily;
- .style.fontSize:webFontSize">
+<body>
<commands>
<command id="delete" i18n-values="label:deleteCommandLabel"
shortcut="U+007F"></command>

Powered by Google App Engine
This is Rietveld 408576698