Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

rubjo/victor-mono

A free programming font with cursive italics and ligatures. Donations welcome ❤️

rubjo/victor-mono.json
{
"createdAt": "2019-05-10T06:36:07Z",
"defaultBranch": "master",
"description": "A free programming font with cursive italics and ligatures. Donations welcome ❤️",
"fullName": "rubjo/victor-mono",
"homepage": "https://rubjo.github.io/victor-mono",
"language": "Vue",
"name": "victor-mono",
"pushedAt": "2025-11-18T06:25:55Z",
"stargazersCount": 3597,
"topics": [
"coding-font",
"cursive",
"cursive-italics",
"download",
"font",
"free",
"italics",
"ligatures",
"monospace-font",
"programming-font",
"typeface",
"victor-mono"
],
"updatedAt": "2025-11-25T10:34:29Z",
"url": "https://github.com/rubjo/victor-mono"
}

GitHub release GitHub Release Date GitHub GitHub stars

Stand With Ukraine


Intro image carbon (3)


  1. Download the font
  2. Unpack the ZIP
  3. Install the font (all styles or the ones you want)
  4. Change the font settings in your code editor / IDE of choice to “Victor Mono”
  5. Optional Set the code theme to one you like. Check out https://themer.dev/victor-mono, where you can download the official theme for your favourite terminals, editors and apps.
  6. Optional Modify the theme colours and its application of normal/italic/bold styles
  1. npm i victormono (installs Regular, Italic, Bold and Bold Italic styles)
  2. import 'victormono' (in a typical modern JS setup, eg. Webpack/Vite)
  3. Style classes with font-family: 'Victor Mono', font-weight and font-style
  1. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/victormono@latest/dist/index.min.css"> in <head> or top of <body>
  2. Style classes with font-family: 'Victor Mono', monospace

Stylistic setExample

ss01

Single-storey a
ss01

ss02

Slashed zero, variant 1
ss02

ss03

Slashed zero, variant 2
ss03

ss04

Slashed zero, variant 3
ss04

ss05

Slashed zero, variant 4
ss05

ss06

Slashed seven
ss06

ss07

Straighter 6 and 9
ss07

ss08

More fishlike turbofish (previous default ::< ligature)
ss08
  • CSS:

    font-feature-settings: "ss01";
  • Sublime:

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

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

    font_features VictorMono-Medium +ss01

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