Socket
Socket
Sign inDemoInstall

@fontsource/inter

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource/inter - npm Package Compare versions

Comparing version 4.1.1 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/inter",
"version": "4.1.1",
"description": "Inter font in NPM glory.",
"version": "4.2.0",
"description": "Self-host the Inter font in a neatly bundled NPM package.",
"main": "index.css",

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

},
"gitHead": "e138e2a41c73b6918963a70741e0cba9187a2547"
"gitHead": "43c9423cb86c9707cfa83a7e1063868f213b0d59"
}

@@ -51,3 +51,3 @@ # Fontsource Inter

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

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

We also have default variables that you can use!
```scss
@import "~@fontsource/inter/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/inter/scss/mixins.scss).

@@ -114,2 +127,4 @@

For Sass mixins, please use fontFaceVariable() and fontFaceVariableCustom which introduces the new $type variable to choose between "wghtOnly" and "full".
_To view the available variable axes that may be included in the font, click [here](https://fonts.google.com/variablefonts). The meanings of all axes and the restrictions associated with them are explained there._

@@ -116,0 +131,0 @@

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