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

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: The First Version. 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 a541fef2551507b7e98f407501d2ad8a4006b1f6..51b845b43609dfda0015d5b3ddbf99a3340286ec 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;">
Dan Beam 2014/12/10 19:49:24 whoops
+<body>
<div id="page">
<div id="logo-container">
<div>

Powered by Google App Engine
This is Rietveld 408576698