From 5f16bd08582489af30b7279073ee90776fb194b7 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Wed, 24 Feb 2016 11:27:48 +0000 Subject: [PATCH] Updated font stack --- 404.html | 2 +- index.html | 2 +- src/header.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/404.html b/404.html index 8eab75c8..465618ed 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ body { background-color: #FFF; color: #666; - font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; font-feature-settings: "dlig", "kern", "liga"; -webkit-font-smoothing: antialiased; diff --git a/index.html b/index.html index 8eab75c8..465618ed 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ body { background-color: #FFF; color: #666; - font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; font-feature-settings: "dlig", "kern", "liga"; -webkit-font-smoothing: antialiased; diff --git a/src/header.html b/src/header.html index c26d8a02..d561297f 100644 --- a/src/header.html +++ b/src/header.html @@ -33,7 +33,7 @@ body { background-color: #FFF; color: #666; - font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; -webkit-font-feature-settings: "dlig", "kern", "liga"; font-feature-settings: "dlig", "kern", "liga"; -webkit-font-smoothing: antialiased;