Socket
Socket
Sign inDemoInstall

@fontsource/source-sans-pro

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.2.0

12

CHANGELOG.md

@@ -15,2 +15,14 @@ # Changelog

## 4.2.x
### Features
- Added default variables to SCSS mixins. [#144](https://github.com/fontsource/fontsource/pull/144)
- Added $fontDir variable to SCSS mixins. [#146](https://github.com/fontsource/fontsource/pull/146)
- Added variable font support and $defSubset variable to SCSS mixins. [#147](https://github.com/fontsource/fontsource/pull/147)
### Documentation
- Changed package.json descriptions to something more mature. [#148](https://github.com/fontsource/fontsource/pull/148)
## 4.1.x

@@ -17,0 +29,0 @@

6

package.json
{
"name": "@fontsource/source-sans-pro",
"version": "4.1.0",
"description": "Source Sans Pro font in NPM glory.",
"version": "4.2.0",
"description": "Self-host the Source Sans Pro font in a neatly bundled NPM package.",
"main": "index.css",

@@ -25,3 +25,3 @@ "publishConfig": {

},
"gitHead": "7c3699bded5aa61c8ec25dbd813b6e68374dafe1"
"gitHead": "43c9423cb86c9707cfa83a7e1063868f213b0d59"
}

@@ -51,4 +51,3 @@ # Fontsource Source Sans Pro

$display: optional,
$woff2Path:
"~@fontsource/source-sans-pro/files/source-sans-pro-latin-500-normal.woff2",
$woff2Path: "#{$fontDir}/custom-file.woff2",
$unicodeRange: false

@@ -59,2 +58,15 @@ );

We also have default variables that you can use!
```scss
@import "~@fontsource/source-sans-pro/scss/mixins";
$style: italic;
@include fontFace($weight: 500);
@include fontFace($weight: 600);
// Applies italic to both @includes.
```
You can see all of the existing inputtable mixin variables [here](https://github.com/fontsource/fontsource/tree/master/packages/source-sans-pro/scss/mixins.scss).

@@ -61,0 +73,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc