@m2collective/scss-webfont-ruble
v1.0.0
Published
Package for integrating WebFont Ruble.
Maintainers
Readme
SCSS WebFont Ruble
Package for integrating Ruble fonts in a web environment.
Installation
This package can be deployed automatically using NPM:
npm i @m2collective/scss-webfont-rubleUsage
Font files are located in the fonts directory. To import all fonts, you can use:
@use "@m2collective/scss-webfont-ruble";You can also configure which fonts will be used when importing:
@use "@m2collective/scss-webfont-ruble" with (
$font-display: swap,
);body {
font-family: 'Ruble', sans-serif;
}Licensing
It is important to always read the license for every font that you use. Most of the fonts in the collection use the SIL
Open Font License v1.1. Some fonts use the Apache 2.0 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
