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

Unified Diff: chrome/browser/resources/chromeos/nfc_debug.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/nfc_debug.html
diff --git a/chrome/browser/resources/chromeos/nfc_debug.html b/chrome/browser/resources/chromeos/nfc_debug.html
index 5601d3612029710e92720826df5011bdd7c50c02..498516ba919e775e8d296a78391bd7e4925894e1 100644
--- a/chrome/browser/resources/chromeos/nfc_debug.html
+++ b/chrome/browser/resources/chromeos/nfc_debug.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="titleText"></title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" type="text/css" href="nfc_debug.css">
Dan Beam 2014/12/10 19:49:24 nit: [type] not needed
xdai1 2014/12/11 02:59:22 Removing it doesn't cause any problem. But I didn'
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
@@ -10,7 +11,7 @@
<script src="strings.js"></script>
<script src="nfc_debug.js"></script>
</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+<body>
<h1 i18n-content="titleText"></h1>
<p id="nfc-not-supported" i18n-content="notSupportedText"></p>
<div id="wrapper">

Powered by Google App Engine
This is Rietveld 408576698