From 53a7453ac6230bbbdecd27bad80feadbd4fbf302 Mon Sep 17 00:00:00 2001 From: Christopher Grande Date: Wed, 6 Apr 2016 18:44:00 -0400 Subject: [PATCH] Change Font CSS to include -apple-system, automatically uses System Font when available --- .../Managed Software Center/WebResources/base.css | 14 +++++++------- .../WebResources/detail.css | 4 ++-- .../WebResources/updates.css | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css index eabd5783..a8dcdfa5 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css @@ -49,7 +49,7 @@ option { } body, button, input { - font-family: "Helvetica Neue", "Helvetica", "Arial"; + font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial"; font-smooth: always; -webkit-font-smoothing: antialiased } @@ -224,7 +224,7 @@ html, body { -webkit-background-size: 36px 635px; background-repeat: repeat-x; background-color: white; - font-family: "Helvetica Neue", Helvetica, sans-serif; + font-family: -apple-system, "Helvetica Neue", Helvetica, sans-serif; font-size: 11px } @@ -284,7 +284,7 @@ div.columns { -webkit-font-smoothing: subpixel-antialiased; background-color: #002354; color: transparent; - font-family: "Helvetica Neue", Helvetica; + font-family: -apple-system, "Helvetica Neue", Helvetica; font-size: 24px; font-weight: normal; line-height: 26px; @@ -447,7 +447,7 @@ div.titled-box { } div.titled-box h2 { - font: normal 14px "Helvetica Neue", 'Helvetica'; + font: normal 14px -apple-system, "Helvetica Neue", 'Helvetica'; color: #53565e; line-height: 24px; overflow: hidden; @@ -456,7 +456,7 @@ div.titled-box h2 { } div.titled-box h2 a { - font: normal 12px "Helvetica Neue", 'Helvetica'; + font: normal 12px -apple-system, "Helvetica Neue", 'Helvetica'; color: #53565e; line-height: 24px } @@ -542,7 +542,7 @@ div.lockup-container .title, div.titled-container .title { div.lockup-container .title h2, div.titled-container .title h2 { display: inline-block; - font: normal 14px "Helvetica Neue", 'Helvetica'; + font: normal 14px -apple-system, "Helvetica Neue", 'Helvetica'; color: #53565e; line-height: 32px } @@ -565,7 +565,7 @@ div.titled-box h2 { div.lockup-container .title h1 { display: inline-block; - font: normal 14px "Helvetica Neue", Helvetica; + font: normal 14px -apple-system, "Helvetica Neue", Helvetica; color: #53565e; line-height: 32px } diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css index 2232793f..5430736a 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css @@ -40,7 +40,7 @@ body.product .product-detail .product-info { } body.product .product-detail .product-info .title h1 { margin-bottom: 12px; -font-family: "Helvetica Neue", Helvetica; +font-family: -apple-system, "Helvetica Neue", Helvetica; font-size: 24px; line-height: 22px; /*font-weight: bold;*/ @@ -52,7 +52,7 @@ color: currentcolor } body.product .product-detail .product-info .product-review h4 { margin-bottom: 4px; -font-family: "Helvetica Neue", Helvetica; +font-family: -apple-system, "Helvetica Neue", Helvetica; font-size: 16px; font-weight: bold; color: #6d83a2; diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/updates.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/updates.css index 22f6a526..0821c737 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/updates.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/updates.css @@ -386,7 +386,7 @@ div.os-updates.expanded tbody tr.sosumi:before { display: none } .activity-indicator { - font: normal 20px "Helvetica Neue", Helvetica + font: normal 20px -apple-system, "Helvetica Neue", Helvetica } #updates #header .scan-progress { padding: 0 0 1px 13px