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> |