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"> |