aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSindre Sorhus <[email protected]>2015-09-28 16:09:39 +0700
committerSindre Sorhus <[email protected]>2015-09-28 16:09:39 +0700
commitb7601a8871a1a13b10f4e908a8f5a0fff5d7f571 (patch)
tree7023d452d49e9dae805d75febdc000aba85288c1
parentbe1b783d311f16e6b27bc06b3dc3b0ac6c2e5901 (diff)
downloadelectron-boilerplate-b7601a8871a1a13b10f4e908a8f5a0fff5d7f571.tar.xz
electron-boilerplate-b7601a8871a1a13b10f4e908a8f5a0fff5d7f571.zip
use San Fransisco font on OS X 10.11
-rw-r--r--boilerplate/index.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/boilerplate/index.css b/boilerplate/index.css
index 6323c3e..78bb805 100644
--- a/boilerplate/index.css
+++ b/boilerplate/index.css
@@ -4,6 +4,10 @@ body {
margin: 0;
}
+body {
+ font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
+}
+
header {
position: absolute;
width: 500px;
@@ -16,7 +20,6 @@ header {
}
header h1 {
- font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 60px;
font-weight: 100;
margin: 0;