Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

system-font-css

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-font-css - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc