Bug 1382565 - add default font-family for about:home;r=gijs draft
authorgasolin <gasolin@gmail.com>
Fri, 21 Jul 2017 15:46:36 +0800
changeset 612923 e7df4087443da7081ffd39422b8a7932d18db686
parent 612696 7d2e89fb92331d7e4296391213c1e63db628e046
child 638545 e131d8bce3f63d9d2ec1f1fa725fb2243acc3e6a
push id69649
push userbmo:gasolin@mozilla.com
push dateFri, 21 Jul 2017 07:51:39 +0000
reviewersgijs
bugs1382565
milestone56.0a1
Bug 1382565 - add default font-family for about:home;r=gijs MozReview-Commit-ID: 4GQPEzEjatY
browser/base/content/abouthome/aboutHome.css
--- a/browser/base/content/abouthome/aboutHome.css
+++ b/browser/base/content/abouthome/aboutHome.css
@@ -13,16 +13,17 @@ html {
 }
 
 body {
   margin: 0;
   display: -moz-box;
   -moz-box-orient: vertical;
   width: 100%;
   height: 100%;
+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Ubuntu', 'Helvetica Neue', sans-serif;
 }
 
 input,
 button {
   font-size: inherit;
   font-family: inherit;
 }