Socket
Socket
Sign inDemoInstall

typography-theme-us-web-design-standards

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.10

2

package.json
{
"name": "typography-theme-us-web-design-standards",
"description": "A theme for Typography.js inspired by the US Web Design Standaards https://standards.usa.gov/typography/",
"version": "0.15.0",
"version": "0.15.10",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "main": "./dist/index.js",

@@ -13,13 +13,7 @@ // @flow

name: 'Merriweather',
styles: [
'700',
],
styles: ['700'],
},
{
name: 'Source Sans Pro',
styles: [
'400',
'400i',
'700',
],
styles: ['400', '400i', '700'],
},

@@ -34,9 +28,9 @@ ],

overrideStyles: ({ adjustFontSizeTo, scale, rhythm }, options) => ({
h1: scale(5/5),
h2: scale(3/5),
h3: scale(1/5),
h4: scale(0/5),
h5: scale(-1/8),
h1: scale(5 / 5),
h2: scale(3 / 5),
h3: scale(1 / 5),
h4: scale(0 / 5),
h5: scale(-1 / 8),
h6: {
...scale(-2/8),
...scale(-2 / 8),
fontFamily: options.bodyFontFamily.join(','),

@@ -53,9 +47,9 @@ fontWeight: options.bodyWeight,

blockquote: {
...scale(1/4),
borderLeft: `${rhythm(1/6)} solid`,
...scale(1 / 4),
borderLeft: `${rhythm(1 / 6)} solid`,
borderColor: gray(93),
paddingTop: rhythm(1/3),
paddingBottom: rhythm(1/3),
paddingLeft: rhythm(2/3),
paddingRight: rhythm(2/3),
paddingTop: rhythm(1 / 3),
paddingBottom: rhythm(1 / 3),
paddingLeft: rhythm(2 / 3),
paddingRight: rhythm(2 / 3),
},

@@ -62,0 +56,0 @@ 'blockquote > :last-child': {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc