@m2collective/scss-webfont-brand-icon
v0.1.4
Published
Package for integrating WebFont Brand Icon.
Maintainers
Readme
SCSS WebFont Brand Icon
Package for integrating Brand Icon fonts in a web environment.
Installation
This package can be deployed automatically using NPM:
npm i @m2collective/scss-webfont-brand-iconUsage
Font files are located in the fonts directory. To import all fonts, you can use:
@use "@m2collective/scss-webfont-brand-icon";You can also configure which fonts will be used when importing:
@use "@m2collective/scss-webfont-brand-icon" with (
$font-display: swap,
$font-family: 'Brand Icon',
);body {
font-family: 'Brand Icon';
}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.
