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