Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vfonts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfonts

Integreted fonts for easy usage.

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4.5K
increased by2.13%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 01 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc