2026-07-18 17:40:37 +02:00
2025-10-27 13:55:18 +01:00
2025-10-27 13:52:06 +01:00
2024-01-30 13:48:47 +01:00
🏅
2026-07-18 17:40:37 +02:00
2021-10-20 14:12:55 +02:00
2019-06-05 23:08:06 +02:00
2019-06-04 13:05:30 +02:00
2022-02-03 08:52:05 +01:00
2019-06-04 13:05:30 +02:00
2019-06-04 13:05:30 +02:00
2024-02-21 09:36:04 +01:00
2021-10-20 13:40:38 +02:00
2025-05-07 19:48:10 +02:00
2019-06-04 13:05:30 +02:00
2025-01-16 11:28:37 +01:00
2019-06-04 13:05:30 +02:00

GitHub release GitHub Release Date 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:

  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

In apps, web pages or other projects:

  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

Alternative CDN hosting, best for online editors like CodePen:

  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

Font stylistics

Available stylistics

Stylistic set Example

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

How to use

  • CSS: ```css font-feature-settings: "ss01";

    
    
  • 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)

S
Description
A free programming font with cursive italics and ligatures. Donations welcome ❤️
Readme OFL-1.1
269 MiB
Languages
Vue 77.7%
CSS 7.1%
SCSS 6.5%
JavaScript 5.9%
HTML 2.4%
Other 0.4%