https://github.com/rubjo/victor-mono
A free programming font with cursive italics and ligatures. Donations welcome ❤️
https://github.com/rubjo/victor-mono
coding-font cursive cursive-italics download font free italics ligatures monospace-font programming-font typeface victor-mono
Last synced: 5 days ago
JSON representation
A free programming font with cursive italics and ligatures. Donations welcome ❤️
- Host: GitHub
- URL: https://github.com/rubjo/victor-mono
- Owner: rubjo
- License: ofl-1.1
- Created: 2019-05-10T06:36:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T06:12:16.000Z (26 days ago)
- Last Synced: 2025-04-02T21:18:51.423Z (12 days ago)
- Topics: coding-font, cursive, cursive-italics, download, font, free, italics, ligatures, monospace-font, programming-font, typeface, victor-mono
- Language: Vue
- Homepage: https://rubjo.github.io/victor-mono
- Size: 271 MB
- Stars: 3,447
- Watchers: 28
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - victor-mono
- awesome-design - Victor Mono
- awesome-linux-ricing - Victor Mono - Free programming font with cursive italics and ligatures. (Font / Monospace Fonts)
- frontend-toolchain - Victor Mono
- awesome-repositories - rubjo/victor-mono - A free programming font with cursive italics and ligatures. Donations welcome ❤️ (Vue)
- my-awesome - rubjo/victor-mono - font,cursive,cursive-italics,download,font,free,italics,ligatures,monospace-font,programming-font,typeface,victor-mono pushed_at:2025-03 star:3.4k fork:0.0k A free programming font with cursive italics and ligatures. Donations welcome ❤️ (Vue)
README



[](https://vshymanskyy.github.io/StandWithUkraine)
***
### More information and download: [rubjo.github.io/victor-mono](https://rubjo.github.io/victor-mono). If you like it and want to say thanks, [donations](https://www.paypal.com/donate?hosted_button_id=T8Q8AHYNNXELW) are welcome. ❤️
***
## How to use
### In code editors:
1. [Download](https://rubjo.github.io/victor-mono/VictorMonoAll.zip) the font
2. Unpack the ZIP
3. [Install](https://www.google.com/search?q=how+to+install+fonts) the font (all styles or the ones you want)
4. [Change the font settings in your code editor / IDE of choice](https://www.google.com/search?q=how+to+change+font+settings+in+VS+Code) to "Victor Mono"
5. _Optional_ [Set the code theme](https://www.google.com/search?q=how+to+change+theme+in+VS+Code) to one you like.
Check out [https://themer.dev/victor-mono](https://themer.dev/victor-mono), where you can download the official theme for your favourite terminals, editors and apps.
6. _Optional_ [Modify the theme](https://www.google.com/search?q=how+to+modify+themes+in+VS+Code) 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](https://codepen.io/tomByrer/pen/MWWagVp):
1. `` in `` or top of ``
2. Style classes with `font-family: 'Victor Mono', monospace`***
### Font stylistics
#### Available stylistics
| Stylistic set | Example |
| :------------: | ------------- |
|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) |  |#### How to use
- CSS:
```css
font-feature-settings: "ss01";
```- Sublime:
```json
"font_options": ["ss01"]
```- VScode:
```json
"editor.fontLigatures": "'ss01'"
```- Kitty:
```
font_features VictorMono-Medium +ss01
```***
### Example code previews






