@fontsource/righteous
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| Copyright (c) 2011 by Brian J. Bonislawsky DBA Astigmatic (AOETI) (astigma@astigmatic.com), with Reserved Font Name "Righteous" | ||
| Google Inc. | ||
@@ -3,0 +3,0 @@ This Font Software is licensed under the SIL Open Font License, Version 1.1. |
+2
-2
@@ -14,4 +14,4 @@ { | ||
| "type": "OFL-1.1", | ||
| "url": "https://openfontlicense.org", | ||
| "attribution": "Copyright (c) 2011 by Brian J. Bonislawsky DBA Astigmatic (AOETI) (astigma@astigmatic.com), with Reserved Font Name \"Righteous\"" | ||
| "url": "http://scripts.sil.org/OFL", | ||
| "attribution": "Google Inc." | ||
| }, | ||
@@ -18,0 +18,0 @@ "source": "https://github.com/google/fonts", |
+6
-2
| { | ||
| "name": "@fontsource/righteous", | ||
| "version": "5.1.1", | ||
| "version": "5.2.0", | ||
| "description": "Self-host the Righteous 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": "0988e6a06968cf0d" | ||
| "publishHash": "8d82038b178a16e4" | ||
| } |
+2
-2
@@ -41,4 +41,4 @@ # Fontsource Righteous | ||
| Copyright (c) 2011 by Brian J. Bonislawsky DBA Astigmatic (AOETI) (astigma@astigmatic.com), with Reserved Font Name "Righteous" | ||
| [OFL-1.1](https://openfontlicense.org) | ||
| Google Inc. | ||
| [OFL-1.1](http://scripts.sil.org/OFL) | ||
@@ -45,0 +45,0 @@ ## Other Notes |
+27
-15
@@ -1,17 +0,29 @@ | ||
| $id: 'righteous' !default; | ||
| $family: 'Righteous' !default; | ||
| $category: display !default; | ||
| $subsets: (latin, latin-ext) !default; | ||
| $weights: (400) !default; | ||
| $styles: (normal) !default; | ||
| $axes: null !default; | ||
| $id: 'righteous'; | ||
| $family: 'Righteous'; | ||
| $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; |
+3
-2
@@ -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}') |
61530
0.09%