vfonts

0.0.3 • Public • Published

vfonts

Integreted fonts for easy usage.

Usage

// in your js
import 'vfonts/{font-name}.css'
// for available fonts, see the following section
/** in your css */
selector {
  font-family: v-sans, v-mono, other-fallbacks;
}

/** for available font weights, see the following section */
selector {
  font-weight: 400; /** regular */
}

selector {
  font-weight: 500; /** medium */
}

Available Fonts

v-sans

  • FiraSans.css
    • font weight 400, 500
  • IBMPlexSans.css
    • font weight 400, 500
  • Inter.css
    • font weight 400, 500
  • Lato.css
    • font weight 400, 600
  • OpenSans.css
    • font weight 400, 600
  • Roboto.css
    • font weight 400, 500
  • RobotoSlab.css
    • font weight 400, 500

v-mono

  • FiraCode.css
    • font weight 400

Readme

Keywords

Package Sidebar

Install

npm i vfonts

Weekly Downloads

6,450

Version

0.0.3

License

MIT

Unpacked Size

1.95 MB

Total Files

36

Last publish

Collaborators

  • 07akioni