New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

victormono

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victormono

Victor Mono: a free programming font with semi-connected cursive italics and symbol ligatures

latest
Source
npmnpm
Version
1.5.6
Version published
Maintainers
1
Created
Source

GitHub release GitHub Release Date Travis (.org) GitHub GitHub stars

Stand With Ukraine

Intro image carbon (3)

More information and download: rubjo.github.io/victor-mono. If you like it and want to say thanks, donations are welcome. ❤️

How to use

In code editors:

In apps, web pages or other projects:

  • npm i victormono (installs Regular, Italic, Bold and Bold Italic styles)
  • import 'victormono' (in a typical modern JS setup, eg. Webpack/Vite)
  • Style classes with font-family: 'Victor Mono', font-weight and font-style

Alternative CDN hosting, best for online editors like CodePen:

  • <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/victormono@latest/dist/index.min.css"> in <head> or top of <body>
  • Style classes with font-family: 'Victor Mono', monospace

Font stylistics

Available stylistics

  • ss01: Single-storey a
  • ss02: Slashed zero, variant 1
  • ss03: Slashed zero, variant 2
  • ss04: Slashed zero, variant 3
  • ss05: Slashed zero, variant 4
  • ss06: Slashed seven
  • ss07: Straighter 6 and 9
  • ss08: More fishlike turbofish (previous default ::< ligature)

Configuration

  • Sublime:

    "font_options": ["ss01"]
    
  • VScode:

    "editor.fontLigatures": "'ss01'"
    
  • Kitty:

    font_features VictorMono-Medium +ss01
    

Example code previews

carbon carbon (1) carbon (2) carbon (4) carbon (5) carbon (6) carbon (7)

Keywords

font

FAQs

Package last updated on 26 Jan 2024

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