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

Unified Diff: chrome/browser/resources/notification_2line.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/notification_2line.html
diff --git a/chrome/browser/resources/notification_2line.html b/chrome/browser/resources/notification_2line.html
index 19a704bd22395d7e2582941f6b91f1362f90368f..a089a510d5a264cdc19e02ed53f1a7bd4575e5a6 100644
--- a/chrome/browser/resources/notification_2line.html
+++ b/chrome/browser/resources/notification_2line.html
@@ -3,16 +3,15 @@
<head>
<meta charset="utf-8">
<title>$1</title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style type="text/css">
- #title {
- font-weight: bold;
- font-size: 13px;
- font-family: helvetica, arial, sans-serif;
- }
+ #title,
#description {
- font-family: helvetica, arial, sans-serif;
font-size: 13px;
}
+ #title {
+ font-weight: bold;
+ }
</style>
</head>
<body dir="$3">

Powered by Google App Engine
This is Rietveld 408576698