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

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: 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/sync_internals/index.html
diff --git a/chrome/browser/resources/sync_internals/index.html b/chrome/browser/resources/sync_internals/index.html
index c67d831be91c6b4fce1deba14cc40e3258f71361..855ceae8cd951cd04c8c49b16a9a2ad9bb2b8d1a 100644
--- a/chrome/browser/resources/sync_internals/index.html
+++ b/chrome/browser/resources/sync_internals/index.html
@@ -7,6 +7,7 @@ chrome/test/functional/special_tabs.py. -->
<title>Sync Internals</title>
<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/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="events.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