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

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: 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/about_credits.tmpl
diff --git a/chrome/browser/resources/about_credits.tmpl b/chrome/browser/resources/about_credits.tmpl
index f2899ea0bd7aaf9f238ce3ef770244c2bb911a2c..bf17eca2e267594700d15dbafbe00a725f1dee24 100644
--- a/chrome/browser/resources/about_credits.tmpl
+++ b/chrome/browser/resources/about_credits.tmpl
@@ -3,11 +3,10 @@
<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%;
jungshik at Google 2014/12/10 07:57:57 Really sorry that I told you to remove font-size f
xdai1 2014/12/11 02:59:21 Done.
Dan Beam 2014/12/11 19:15:28 why? this will cause chrome:// pages to continue
Dan Beam 2014/12/11 19:21:14 re: flicker -- see https://code.google.com/p/chrom
max-width:1020px;
}
.page-title {

Powered by Google App Engine
This is Rietveld 408576698