Index: chrome/browser/resources/chromeos/login/oobe.html |
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html |
index ba056ae0bef400e100bb4f3d542e45b7f9507a85..ef79ce9926b5b3e2adc57c428f0689f5f4e6c239 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe.html |
+++ b/chrome/browser/resources/chromeos/login/oobe.html |
@@ -6,11 +6,12 @@ |
<title i18n-content="title"></title> |
<script src="chrome://resources/polymer/platform/platform.js"></script> |
<include src="login_resources.html"> |
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
<link rel="stylesheet" href="roboto_font.css"> |
jungshik at Google
2014/12/16 20:44:00
FYI: This file (that imports Roboto as web fonts f
|
<link rel="stylesheet" href="accessibility_menu.css"> |
<script src="chrome://oobe/oobe.js"></script> |
</head> |
-<body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;"> |
+<body class="oobe-display"> |
<include src="screen_container.html"> |
<include src="accessibility_menu.html"> |
<div id="popup-overlay" class="popup-overlay" hidden> |