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

Unified Diff: chrome/browser/resources/sync_internals/index.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/sync_internals/index.html
diff --git a/chrome/browser/resources/sync_internals/index.html b/chrome/browser/resources/sync_internals/index.html
index cf487ba79cd08498aae8bfc2406d12dfdff7bda6..0d060ec4fc3ec21d4c9f9743b8d0099c6a85d064 100644
--- a/chrome/browser/resources/sync_internals/index.html
+++ b/chrome/browser/resources/sync_internals/index.html
@@ -5,6 +5,7 @@
chrome/test/functional/special_tabs.py. -->
<meta charset="utf-8">
<title>Sync Internals</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/list.css">
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
@@ -43,7 +44,7 @@ chrome/test/functional/special_tabs.py. -->
<script src="chrome://sync-internals/sync_search.js"></script>
<script src="chrome://sync-internals/strings.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body>
<style>
#sync-page {

Powered by Google App Engine
This is Rietveld 408576698