| Index: chrome/browser/resources/notification_icon.html
|
| diff --git a/chrome/browser/resources/notification_icon.html b/chrome/browser/resources/notification_icon.html
|
| index 5489e29df2ae41a4ee8c979fbbba1844e01d945b..2357a49d545892c2c38f77a748d95600eac8477b 100644
|
| --- a/chrome/browser/resources/notification_icon.html
|
| +++ b/chrome/browser/resources/notification_icon.html
|
| @@ -3,6 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title>$2</title>
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <style>
|
| body {
|
| direction: $5;
|
| @@ -16,11 +17,9 @@
|
| margin-$4: 38px;
|
| font-weight: bold;
|
| font-size: 13px;
|
| - font-family: helvetica, arial, sans-serif;
|
| }
|
| #description {
|
| margin-$4: 38px;
|
| - font-family: helvetica, arial, sans-serif;
|
| font-size: 13px;
|
| }
|
| </style>
|
|
|