diff options
| author | Sindre Sorhus <[email protected]> | 2015-09-28 16:09:39 +0700 |
|---|---|---|
| committer | Sindre Sorhus <[email protected]> | 2015-09-28 16:09:39 +0700 |
| commit | b7601a8871a1a13b10f4e908a8f5a0fff5d7f571 (patch) | |
| tree | 7023d452d49e9dae805d75febdc000aba85288c1 | |
| parent | be1b783d311f16e6b27bc06b3dc3b0ac6c2e5901 (diff) | |
| download | electron-boilerplate-b7601a8871a1a13b10f4e908a8f5a0fff5d7f571.tar.xz electron-boilerplate-b7601a8871a1a13b10f4e908a8f5a0fff5d7f571.zip | |
use San Fransisco font on OS X 10.11
| -rw-r--r-- | boilerplate/index.css | 5 |
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; |
