0.1.1 • Published 5 months ago
@bu0nq/webfont.kazmann-sans v0.1.1
WebFont.Kazmann Sans
Package for integrating Kazmann Sans fonts in a web environment.
Installation
This package can be deployed automatically using NPM:
npm i @bu0nq/webfont.kazmann-sansUsage (CSS)
Font files are located in the fonts directory. To import all fonts, you can use:
body {
font-family: 'Kazmann Sans', sans-serif;
}Importing
@import "~@bu0nq/webfont.kazmann-sans/kazmann-sans.css";
@import "~@bu0nq/webfont.kazmann-sans/kazmann-sans-normal.css";To import specific fonts, you can use:
@import "~@bu0nq/webfont.kazmann-sans/css/kazmann-sans-400-normal.css";Usage (LESS)
Font files are located in the fonts directory. To import all fonts, you can use:
body {
font-family: 'Kazmann Sans', sans-serif;
}Importing
@import "~@bu0nq/webfont.kazmann-sans/kazmann-sans";
@import "~@bu0nq/webfont.kazmann-sans/kazmann-sans-normal";To import specific fonts, you can use:
@import "~@bu0nq/webfont.kazmann-sans/less/kazmann-sans-400-normal";Usage (SCSS)
Font files are located in the fonts directory. To import all fonts, you can use:
body {
font-family: 'Kazmann Sans', sans-serif;
}Importing
@use "~@bu0nq/webfont.kazmann-sans/kazmann-sans";
@use "~@bu0nq/webfont.kazmann-sans/kazmann-sans-normal";To import specific fonts, you can use:
@use "~@bu0nq/webfont.kazmann-sans/scss/kazmann-sans-400-normal";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.