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

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: 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/oobe.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index d366c6f74391be2554293a0d607656cd240d4760..a5eb1e8e9e45efda71c2a7c2c71e2ff0ce979edf 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">
<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