Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@fontsource/lilita-one

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fontsource/lilita-one - npm Package Compare versions

Comparing version
5.1.1
to
5.2.0
+1
-1
LICENSE

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

Copyright (c) 2011 Juan Montoreano (juan@remolacha.biz), with Reserved Font Names "Lilita One"
Google Inc.

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

@@ -14,4 +14,4 @@ {

"type": "OFL-1.1",
"url": "https://openfontlicense.org",
"attribution": "Copyright (c) 2011 Juan Montoreano (juan@remolacha.biz), with Reserved Font Names \"Lilita One\""
"url": "http://scripts.sil.org/OFL",
"attribution": "Google Inc."
},

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

{
"name": "@fontsource/lilita-one",
"version": "5.1.1",
"version": "5.2.0",
"description": "Self-host the Lilita One 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": "52698a452da664be"
"publishHash": "2529160fb65e187a"
}

@@ -41,4 +41,4 @@ # Fontsource Lilita One

Copyright (c) 2011 Juan Montoreano (juan@remolacha.biz), with Reserved Font Names "Lilita One"
[OFL-1.1](https://openfontlicense.org)
Google Inc.
[OFL-1.1](http://scripts.sil.org/OFL)

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

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

$id: 'lilita-one' !default;
$family: 'Lilita One' !default;
$category: display !default;
$subsets: (latin, latin-ext) !default;
$weights: (400) !default;
$styles: (normal) !default;
$axes: null !default;
$id: 'lilita-one';
$family: 'Lilita One';
$category: display;
$subsets: (latin, latin-ext);
$weights: (400);
$styles: (normal);
$axes: null;
$defaults: (
subset: latin,
weight: 400,
style: normal,
axis: null,
) !default;
subset: latin,
weight: 400,
style: normal,
axis: null,
);
$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}')