@fontsource/roboto-mono
Advanced tools
Comparing version 4.1.1 to 4.2.0
@@ -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 @@ |
{ | ||
"name": "@fontsource/roboto-mono", | ||
"version": "4.1.1", | ||
"description": "Roboto Mono font in NPM glory.", | ||
"version": "4.2.0", | ||
"description": "Self-host the Roboto Mono font in a neatly bundled NPM package.", | ||
"main": "index.css", | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e138e2a41c73b6918963a70741e0cba9187a2547" | ||
"gitHead": "43c9423cb86c9707cfa83a7e1063868f213b0d59" | ||
} |
@@ -51,4 +51,3 @@ # Fontsource Roboto Mono | ||
$display: optional, | ||
$woff2Path: | ||
"~@fontsource/roboto-mono/files/roboto-mono-latin-500-normal.woff2", | ||
$woff2Path: "#{$fontDir}/custom-file.woff2", | ||
$unicodeRange: false | ||
@@ -59,2 +58,15 @@ ); | ||
We also have default variables that you can use! | ||
```scss | ||
@import "~@fontsource/roboto-mono/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/roboto-mono/scss/mixins.scss). | ||
@@ -115,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._ | ||
@@ -117,0 +131,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4876971
153