You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installed with npm, system-font.css will create both a SCSS and LESS partial for easy importing:
34
+
35
+
```scss
36
+
@import'system-font';
37
+
```
38
+
23
39
## OSX
24
40
25
41
**OSX** has used three system typefaces. Since **El Capitan** it has used **San Fransisco**. In **Yosemite** it used **Helvetica Neue**. From **Mavericks** back to **Kodiak** it used **Lucida Grande**.
0 commit comments