Bug 1396734 - Set onboarding-notification-body font weight to normal to avoid font bluring on windows;r=rexboy draft
authorgasolin <gasolin@gmail.com>
Fri, 08 Sep 2017 09:25:29 +0800
changeset 661142 9b23bc8c0b23fb4f01a954abd87535469f4a4570
parent 661103 b4c1ad9565ee9d00d96501c4a83083daf25c1413
child 730466 7ef1394e5c4eb3d52c1812eec43b1a29f5c13a8e
push id78645
push userbmo:gasolin@mozilla.com
push dateFri, 08 Sep 2017 01:25:47 +0000
reviewersrexboy
bugs1396734
milestone57.0a1
Bug 1396734 - Set onboarding-notification-body font weight to normal to avoid font bluring on windows;r=rexboy MozReview-Commit-ID: LbKGMUbur7q
browser/extensions/onboarding/content/onboarding.css
--- a/browser/extensions/onboarding/content/onboarding.css
+++ b/browser/extensions/onboarding/content/onboarding.css
@@ -522,17 +522,17 @@ a#onboarding-tour-screenshots-button:vis
   max-height: 100%;
   overflow: auto;
   padding: 15px 0;
   box-sizing: border-box;
 }
 
 #onboarding-notification-body * {
   font-size: 12px;
-  font-weight: 200;
+  font-weight: normal;
   margin-top: 5px;
 }
 
 #onboarding-notification-tour-title {
   margin: 0;
   font-weight: bold;
   color: #0f1126;
   font-size: 14px;