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

Unified Diff: chrome/browser/resources/crashes.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/crashes.html
diff --git a/chrome/browser/resources/crashes.html b/chrome/browser/resources/crashes.html
index bdad36481192f8893cbe89632821664a68412005..c8002944b35d668ed9705a88f740b72a3776cc8d 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="crashesTitle"></title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="crashes.css">
<script src="chrome://resources/js/action_link.js"></script>
@@ -11,7 +12,7 @@
<script src="chrome://crashes/strings.js"></script>
<script src="chrome://crashes/crashes.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body>
<header><h1 i18n-content="crashesTitle"></h1></header>
<div id="crashUploadStatus" hidden>
<a is="action-link" role="button" id="uploadCrashes"

Powered by Google App Engine
This is Rietveld 408576698