Skip to content
Snippets Groups Projects
Commit 07cc6cc4 authored by Zach Leatherman's avatar Zach Leatherman Committed by GitHub
Browse files

Merge pull request #6 from joeyquarters/npm-install-hooks

Create SCSS & LESS files with npm install hook
parents c066eee1 50a262d9
Branches
Tags v0.13.3
No related merge requests found
...@@ -20,6 +20,22 @@ p { ...@@ -20,6 +20,22 @@ p {
} }
``` ```
## Quick Start
### Install
This package can be installed with:
* [npm](https://www.npmjs.com/package/system-font-css): `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
**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**. **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**.
......
...@@ -22,5 +22,7 @@ ...@@ -22,5 +22,7 @@
"dependencies": {}, "dependencies": {},
"devDependencies": {}, "devDependencies": {},
"main": "system-font.css", "main": "system-font.css",
"scripts": {} "scripts": {
"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less"
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment