Skip to content
Snippets Groups Projects
Commit 8f0c9ce4 authored by Joey Nichols's avatar Joey Nichols
Browse files

Add install & load instructions to the README

parent 42b50bc5
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,22 @@ p {
}
```
## Quick Start
### Install
This package can be installed with:
* [npm](https://www.npmjs.com/package/owl.carousel): `npm install --save system-font-css`
### Load
When installed with npm, system-font.css will create both a SCSS and LESS partial for easy importing:
```scss
@import 'system-font';
```
## OSX
**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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment