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

Unified Diff: chrome/browser/resources/user_manager/user_manager.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/user_manager/user_manager.html
diff --git a/chrome/browser/resources/user_manager/user_manager.html b/chrome/browser/resources/user_manager/user_manager.html
index d89e4a6179859b73b6d1868e93f3920c06df258d..70e68dcb9e8acdaed45f53dff17a870643670b8f 100644
--- a/chrome/browser/resources/user_manager/user_manager.html
+++ b/chrome/browser/resources/user_manager/user_manager.html
@@ -36,7 +36,7 @@
<script src="user_manager.js"></script>
<script src="chrome://user-manager/strings.js"></script>
</head>
-<body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
Dan Beam 2014/12/10 19:49:25 whoops, missed this as well
+<body class="oobe-display">
<div id="outer-container">
<include src="user_manager_tutorial.html">
<div id="oobe" class="faded">

Powered by Google App Engine
This is Rietveld 408576698