Socket
Socket
Sign inDemoInstall

tachyons-font-family

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-font-family - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

12

package.json
{
"name": "tachyons-font-family",
"version": "4.1.1",
"version": "4.1.2",
"style": "src/tachyons-font-family.css",

@@ -22,7 +22,13 @@ "description": "Performance based css module.",

"devDependencies": {
"tachyons-cli": "^0.3.3"
"tachyons-cli": "^0.5.0",
"watch": "^0.17.1"
},
"scripts": {
"start": "tachyons src/tachyons-font-family.css > css/tachyons-font-family.css && tachyons src/tachyons-font-family.css --minify > css/tachyons-font-family.min.css && tachyons src/tachyons-font-family.css --generate-docs --package=../../package.json > readme.md"
"start": "npm run build:watch",
"build:css": "tachyons src/tachyons-font-family.css > css/tachyons-font-family.css",
"build:minify": "tachyons src/tachyons-font-family.css --minify > css/tachyons-font-family.min.css",
"build:docs": "tachyons src/tachyons-font-family.css --generate-docs --package=../../package.json > readme.md",
"build": "npm run build:css && npm run build:minify && npm run build:docs",
"build:watch": "watch 'npm run build' ./src"
}
}

@@ -1,2 +0,2 @@

# tachyons-font-family 4.1.0
# tachyons-font-family 4.1.1

@@ -7,3 +7,3 @@ Performance based css module.

346 | 12 | 11
354 | 12 | 11
---|---|---

@@ -65,3 +65,3 @@ bytes | selectors | declarations

*/
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', Ubuntu, 'segoe ui', arial, sans-serif; }
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
.serif { font-family: georgia, times, serif; }

@@ -74,6 +74,6 @@ .system-sans-serif { font-family: sans-serif; }

/* Sans-Serif Typefaces */
.helvetica { font-family: helvetica, 'helvetica neue', arial, sans-serif; }
.helvetica { font-family: 'helvetica neue', helvetica, sans-serif; }
/* Serif Typefaces */
.georgia { font-family: georgia, serif; }
.times { font-family: Times, serif; }
.times { font-family: times, serif; }
.bodoni { font-family: "Bodoni MT", serif; }

@@ -80,0 +80,0 @@ .calisto { font-family: "Calisto MT", serif; }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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