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

Unified Diff: chrome/browser/resources/about_invalidations.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/about_invalidations.html
diff --git a/chrome/browser/resources/about_invalidations.html b/chrome/browser/resources/about_invalidations.html
index 7809bbd37416344b50aa2aa33b24d72c9df59be1..134ed4212f07c0ccf1040a8ca6c68a9523f7e33a 100644
--- a/chrome/browser/resources/about_invalidations.html
+++ b/chrome/browser/resources/about_invalidations.html
@@ -8,6 +8,7 @@
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://invalidations/about_invalidations.js"></script>
<link rel="stylesheet" href="about_invalidations.css">
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
jungshik at Google 2014/12/10 07:57:57 I think you have to swap the two link tags above s
xdai1 2014/12/11 02:59:21 Done. And also did the same thing for other files.
</head>
<body>
<h1>Invalidations Debug Information</h1>

Powered by Google App Engine
This is Rietveld 408576698