@fontsource/righteous
Advanced tools
+1
-26
@@ -1,26 +0,1 @@ | ||
| { | ||
| "name": "@fontsource/righteous", | ||
| "version": "4.5.0", | ||
| "description": "Self-host the Righteous font in a neatly bundled NPM package.", | ||
| "main": "index.css", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "keywords": [ | ||
| "fontsource", | ||
| "font", | ||
| "font family", | ||
| "google fonts", | ||
| "Righteous", | ||
| "righteous" | ||
| ], | ||
| "author": "Lotus <declininglotus@gmail.com>", | ||
| "license": "MIT", | ||
| "homepage": "https://github.com/fontsource/fontsource/tree/master/packages/righteous#readme", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/fontsource/fontsource.git", | ||
| "directory": "packages/righteous" | ||
| }, | ||
| "gitHead": "136545a8c7a59c170249a46673efedb9c2627c1d" | ||
| } | ||
| {"name":"@fontsource/righteous","version":"4.5.1","description":"Self-host the Righteous font in a neatly bundled NPM package.","main":"index.css","publishConfig":{"access":"public"},"keywords":["fontsource","font","font family","google fonts","Righteous","righteous"],"author":"Lotus <declininglotus@gmail.com>","license":"MIT","homepage":"https://github.com/fontsource/fontsource/tree/master/packages/righteous#readme","repository":{"type":"git","url":"https://github.com/fontsource/fontsource.git","directory":"packages/righteous"}} |
+9
-4
@@ -32,4 +32,2 @@ $fontName: "Righteous"; | ||
| $defSubset: "latin"; | ||
| $woff2Path: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff2"; | ||
| $woffPath: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff"; | ||
| $unicodeRange: false; | ||
@@ -44,7 +42,14 @@ $unicodeRangeValues: (U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD); | ||
| $weight: $weight, | ||
| $woff2Path: $woff2Path, | ||
| $woffPath: $woffPath, | ||
| $woff2Path: null, | ||
| $woffPath: null, | ||
| $unicodeRange: $unicodeRange, | ||
| $unicodeRangeValues: $unicodeRangeValues | ||
| ) { | ||
| @if $woffPath == null { | ||
| $woffPath: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff"; | ||
| } | ||
| @if $woff2Path == null { | ||
| $woff2Path: "#{$fontDir}/#{$fontId}-#{$defSubset}-#{$weight}-#{$style}.woff2"; | ||
| } | ||
| @font-face { | ||
@@ -51,0 +56,0 @@ font-family: "#{$fontName}"; |
-21
| MIT License | ||
| Copyright (c) 2020 Lotus | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
85694
-1.34%17
-5.56%