vfonts
Integreted fonts for easy usage.
Last updated 4 years ago by 07akioni .
MIT · Original npm · Tarball · package.json
$ cnpm install vfonts 
SYNC missed versions from official npm registry.

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

v-mono

  • FiraCode.css
    • font weight 400

Current Tags

  • 0.0.3                                ...           latest (4 years ago)

4 Versions

  • 0.0.3                                ...           4 years ago
  • 0.1.0                                ...           5 years ago
  • 0.0.2                                ...           5 years ago
  • 0.0.1                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 3
Last Day 0
Last Week 6
Last Month 3
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |