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

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: 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_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index e03ac8026cd3efd0b12db4212d61ec66c1665a69..d2a3df090a70230272a09d5274602755c21cf295 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">
<if expr="is_android">
<meta name="viewport" content="width=device-width">
</if>

Powered by Google App Engine
This is Rietveld 408576698