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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. 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/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>

Powered by Google App Engine
This is Rietveld 408576698