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

Unified Diff: chrome/browser/resources/about_credits.tmpl

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. 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_credits.tmpl
diff --git a/chrome/browser/resources/about_credits.tmpl b/chrome/browser/resources/about_credits.tmpl
index e6815f40145e6b91fd766e000e6e10038a11416b..b7381b67055222901e0cdc7018c48351d9352de8 100644
--- a/chrome/browser/resources/about_credits.tmpl
+++ b/chrome/browser/resources/about_credits.tmpl
@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>Credits</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
- font-family:Helvetica,Arial,sans-serif;
background-color:white;
font-size:84%;
max-width:1020px;

Powered by Google App Engine
This is Rietveld 408576698