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

Unified Diff: chrome/browser/resources/chromeos/slow.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. 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/slow.html
diff --git a/chrome/browser/resources/chromeos/slow.html b/chrome/browser/resources/chromeos/slow.html
index 0935e6c3724e1bdb33a04f53e2cc7d3fc0e2d0f9..4a65225db8f46155798546fde11bb7a776cb2726 100644
--- a/chrome/browser/resources/chromeos/slow.html
+++ b/chrome/browser/resources/chromeos/slow.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="slow.css">
<script src="chrome://resources/js/load_time_data.js"></script>
@@ -13,7 +14,7 @@
<script src="chrome://slow/slow.js"></script>
<script src="chrome://slow/strings.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;">
+<body>
<div id="container" class="container">
<div i18n-content="slowDescription"></div>
<br>

Powered by Google App Engine
This is Rietveld 408576698