Change Font CSS to include -apple-system, automatically uses System Font when available

This commit is contained in:
Christopher Grande
2016-04-06 18:44:00 -04:00
parent 3d9486b984
commit 53a7453ac6
3 changed files with 10 additions and 10 deletions

View File

@@ -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
}

View File

@@ -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;

View File

@@ -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