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

Unified Diff: chrome/browser/resources/chromeos/network_ui/network_ui.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/chromeos/network_ui/network_ui.html
diff --git a/chrome/browser/resources/chromeos/network_ui/network_ui.html b/chrome/browser/resources/chromeos/network_ui/network_ui.html
index 699978dc0c05879a761b995a3804d3465a4c07f9..a428017833fb354ee13b54a4f4d984b8ee562654 100644
--- a/chrome/browser/resources/chromeos/network_ui/network_ui.html
+++ b/chrome/browser/resources/chromeos/network_ui/network_ui.html
@@ -4,13 +4,14 @@
<meta charset="utf-8">
<title id="network" i18n-content="titleText"></title>
<link rel="stylesheet" href="chrome://network/network_ui.css">
+ <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://network/strings.js"></script>
<script src="chrome://network/network_config.js"></script>
<script src="chrome://network/network_ui.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body>
<p i18n-content="autoRefreshText"></p>
<h3>Event Log (Newest first):</h3>
<div id="log-level-container">

Powered by Google App Engine
This is Rietveld 408576698