🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@fontsource-variable/outfit

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource-variable/outfit - npm Package Compare versions

Comparing version
5.1.1
to
5.2.0
+1
-1
LICENSE

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

Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)
Google Inc.

@@ -3,0 +3,0 @@ This Font Software is licensed under the SIL Open Font License, Version 1.1.

@@ -16,4 +16,4 @@ {

"type": "OFL-1.1",
"url": "https://openfontlicense.org",
"attribution": "Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)"
"url": "http://scripts.sil.org/OFL",
"attribution": "Google Inc."
},

@@ -20,0 +20,0 @@ "source": "https://github.com/google/fonts",

{
"name": "@fontsource-variable/outfit",
"version": "5.1.1",
"version": "5.2.0",
"description": "Self-host the Outfit font in a neatly bundled NPM package.",

@@ -21,2 +21,6 @@ "main": "index.css",

],
"exports": {
".": {"sass": "./index.css", "default": "./index.css"},
"./scss": {"sass": "./scss/metadata.scss"}
},
"author": "Google Inc.",

@@ -30,3 +34,3 @@ "license": "OFL-1.1",

},
"publishHash": "a11378229348c8b4"
"publishHash": "c1d488b0aff0dd12"
}

@@ -42,4 +42,4 @@ # Fontsource Outfit

Copyright 2021 The Outfit Project Authors (https://github.com/Outfitio/Outfit-Fonts)
[OFL-1.1](https://openfontlicense.org)
Google Inc.
[OFL-1.1](http://scripts.sil.org/OFL)

@@ -46,0 +46,0 @@ ## Other Notes

@@ -1,7 +0,7 @@

$id: 'outfit' !default;
$family: 'Outfit' !default;
$category: sans-serif !default;
$subsets: (latin, latin-ext) !default;
$weights: (100, 200, 300, 400, 500, 600, 700, 800, 900) !default;
$styles: (normal) !default;
$id: 'outfit';
$family: 'Outfit';
$category: sans-serif;
$subsets: (latin, latin-ext);
$weights: (100, 200, 300, 400, 500, 600, 700, 800, 900);
$styles: (normal);
$axes: (

@@ -14,12 +14,24 @@ wght: (

),
) !default;
);
$defaults: (
subset: latin,
weight: 400,
style: normal,
axis: wght,
) !default;
subset: latin,
weight: 400,
style: normal,
axis: wght,
);
$unicode: (
latin-ext: (U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
) !default;
latin-ext: (U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF),
latin: (U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD),
);
$metadata: (
id: $id,
family: $family,
category: $category,
subsets: $subsets,
weights: $weights,
styles: $styles,
axes: $axes,
defaults: $defaults,
unicode: $unicode,
) !default;

@@ -9,3 +9,3 @@ @use 'sass:list';

$metadata: meta.module-variables(metadata) !default;
$metadata: metadata.$metadata !default;
$directory: null !default;

@@ -38,2 +38,3 @@

) {
@warn "Importing mixins via the fontsource package is deprecated and will be removed in the next major release. Please use the @fontsource-utils/scss package instead.";

@@ -100,3 +101,3 @@ @if $displayVar != null {

@each $format in $formats {
$src: append(
$src: list.append(
$src,

@@ -103,0 +104,0 @@ url('#{$directory}/#{$variant}.#{$format}')