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

Unified Diff: chrome/browser/resources/user_manager/user_manager.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/user_manager/user_manager.html
diff --git a/chrome/browser/resources/user_manager/user_manager.html b/chrome/browser/resources/user_manager/user_manager.html
index b60b54d68e3d52f77bc5e9334b152f0f970fc92e..526e6bcc325422885d2e2cf422ad32295e9312b5 100644
--- a/chrome/browser/resources/user_manager/user_manager.html
+++ b/chrome/browser/resources/user_manager/user_manager.html
@@ -36,7 +36,7 @@
<script src="user_manager.js"></script>
<script src="chrome://user-manager/strings.js"></script>
</head>
-<body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
+<body class="oobe-display">
<div id="outer-container">
<include src="user_manager_tutorial.html">
<div id="oobe" class="faded">

Powered by Google App Engine
This is Rietveld 408576698