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

Unified Diff: chrome/browser/resources/about_version.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
« no previous file with comments | « chrome/browser/resources/about_version.css ('k') | chrome/browser/resources/about_voicesearch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 2a92708b1398138befceba3dca5bae4d3fa6dd5d..5cff75758c7950c496396a88e103aeaa391847fd 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -8,6 +8,7 @@ about:version template page
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
Dan Beam 2014/12/17 22:56:53 fyi: this changed the font size on about:version s
jungshik at Google 2014/12/17 23:46:49 hmm.. I guess it's about 80% of the previous size.
<if expr="is_android">
<meta name="viewport" content="width=device-width">
</if>
« no previous file with comments | « chrome/browser/resources/about_version.css ('k') | chrome/browser/resources/about_voicesearch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698