@visual-framework/vf-font-plex-mono

vf-font-plex-mono component

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@visual-framework/vf-font-plex-mono
1.1.12 years ago4 years agoMinified + gzip package size for @visual-framework/vf-font-plex-mono in KB

Readme

Font Plex Mono component
npm version

About

Makes IBM Plex Mono font-family with a weight of 400 available to your Sass/CSS and other higher-level components.

Install

This component is distributed with npm. After installing npm, you can install the vf-font-plex-mono with this command.
$ yarn add --dev @visual-framework/vf-font-plex-mono

Sass/CSS

The source files included are written in Sass(scss). You can point your Sass include-path at your node_modules directory and import it like this.
@import "@visual-framework/vf-font-plex-mono/index.scss";

Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter

Help