system-font-css
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "system-font-css", | ||
"description": "Use the native system font of the OS running the browser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)", | ||
@@ -25,3 +25,5 @@ "contributors": [ | ||
"main": "system-font.css", | ||
"scripts": {} | ||
"scripts": { | ||
"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less" | ||
} | ||
} |
@@ -23,2 +23,18 @@ # System Font CSS | ||
## 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 | ||
@@ -46,3 +62,3 @@ | ||
Ubuntu has always used one system typeface, apty named **Ubuntu**. That part was easy. | ||
Ubuntu has always used one system typeface, aptly named **Ubuntu**. That part was easy. | ||
@@ -49,0 +65,0 @@ ## Native `system-ui` resources |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12646
69
1
1