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
- font weight
IBMPlexSans.css- font weight
400,500
- font weight
Inter.css- font weight
400,500
- font weight
Lato.css- font weight
400,600
- font weight
OpenSans.css- font weight
400,600
- font weight
Roboto.css- font weight
400,500
- font weight
RobotoSlab.css- font weight
400,500
- font weight
v-mono
FiraCode.css- font weight
400
- font weight