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

Unified Diff: chrome/browser/resources/chromeos/login/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/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index cd9beffc240e16955d138480c8fd3ec0230efd7c..2d7bf84526a0a2556dd78291dc0ea8ad6d7bf662 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -4,10 +4,11 @@
<meta charset="utf-8">
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<include src="login_resources.html">
<script src="chrome://oobe/login.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;">
+<body>
<include src="screen_container.html">
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698