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

Unified Diff: chrome/browser/resources/chromeos/login/demo_user_login.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/login/demo_user_login.html
diff --git a/chrome/browser/resources/chromeos/login/demo_user_login.html b/chrome/browser/resources/chromeos/login/demo_user_login.html
index f1f6c26991e7516596ab9e00022dda6e48c53a51..912a93e4b43d7bdf708c1221bab9da6680ced0f3 100644
--- a/chrome/browser/resources/chromeos/login/demo_user_login.html
+++ b/chrome/browser/resources/chromeos/login/demo_user_login.html
@@ -10,7 +10,7 @@
<script src="chrome://oobe/strings.js"></script>
<script src="chrome://oobe/demo_user_login.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;">
+<body>
<div id="page">
<div id="logo-container">
<div>

Powered by Google App Engine
This is Rietveld 408576698