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

Unified Diff: chrome/browser/resources/about_stats.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/about_stats.html
diff --git a/chrome/browser/resources/about_stats.html b/chrome/browser/resources/about_stats.html
index 002d67ee70e7d2e7bc0fb505d48886fbd333aaf9..c87901edcaea7579b841f9e818b70625af6931b4 100644
--- a/chrome/browser/resources/about_stats.html
+++ b/chrome/browser/resources/about_stats.html
@@ -4,11 +4,11 @@
<head>
<meta charset="utf-8">
<title>About Stats</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
border-top: 10px solid #3B85E3;
color: #333;
- font-family: Verdana, Helvetica, Arial, sans-serif;
}
body, td {
font-size: 11px;

Powered by Google App Engine
This is Rietveld 408576698