diff options
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r-- | chrome/browser/resources/ntp/apps.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 67c7b70..3acaedd 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -35,7 +35,8 @@ background: rgba(255, 255, 255, 0) /* transparent white */ no-repeat center 10px; background-size: 96px 96px; - font-weight: bold; + font-family: Helvetica, Arial; + font-size: 14px; overflow: hidden; padding: 111px 10px 10px; /* 10 + 96 + 5 */ text-align: center; |