$ cnpm install vfonts
Integreted fonts for easy 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 */
}
v-sansFiraSans.css
400, 500IBMPlexSans.css
400, 500Inter.css
400, 500Lato.css
400, 600OpenSans.css
400, 600Roboto.css
400, 500v-monoFiraCode.css
400Copyright 2013 - present © cnpmjs.org | Home |