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

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: 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/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index 87aca736b0f1b706894c54eb09cfc7d5e4019246..d45335b95f2ac8a3f1f643df596dd2398e6c2a30 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -5,9 +5,10 @@
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
<include src="login_resources.html">
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<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