Plex Sans Font utility

Makes IBM Plex Sans font-family in various weights and italic available to your Sass/CSS and other higher-level components.

github location npm version

Variants

I'm vf-font-plex-sans.
HTML
<div class="vf-font-plex-sans">I'm vf-font-plex-sans.</div>
              

Examples

Installation info

This component is distributed with npm. After installing npm, you can install the vf-font-plex-sans with this command.

$ yarn add --dev @visual-framework/vf-font-plex-sans

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-sans/index.scss";

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

Changelog

Changelog

1.1.1

  • Resolve issue of missing import in index.scss
  • https://github.com/visual-framework/vf-core/pull/1306

1.1.0

  • removes path in Sass @import as not needed

1.0.0

  • Initial stable release

Assets



File system location: components/vf-font-plex-sans

Find an issue on this page? Propose a change or discuss it.