1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-10-26 18:11:11 +03:00
A free programming font with cursive italics and ligatures. Donations welcome ❤️
Go to file
2021-04-04 20:57:14 +02:00
dist v1.4.2 2020-11-03 13:03:52 +01:00
public Experiment: variable font, to anyone interested 2021-02-03 09:03:05 +01:00
src Fix programmingfonts link 2021-04-04 14:58:47 -03:00
.eslintrc.js Initial 2019-06-04 13:05:30 +02:00
.gitignore Removed .DS_Store files 2019-06-05 23:08:06 +02:00
.stylelintrc.js Initial 2019-06-04 13:05:30 +02:00
.travis.yml Initial 2019-06-04 13:05:30 +02:00
babel.config.js Initial 2019-06-04 13:05:30 +02:00
deploy.sh Initial 2019-06-04 13:05:30 +02:00
FUNDING.yml Update FUNDING.yml 2019-12-20 15:57:06 +01:00
LICENSE Update license 2019-06-22 00:29:25 +02:00
package-lock.json Typos + cleanup 2021-03-01 15:12:18 +01:00
package.json ⬆️ Package upgrades 2021-01-04 07:53:40 +01:00
postcss.config.js Initial 2019-06-04 13:05:30 +02:00
README.md Update README.md 2021-02-09 07:52:56 +01:00
Victor Mono Italic.glyphs v1.4.2 2020-11-03 13:03:52 +01:00
Victor Mono Oblique.glyphs v1.4.2 2020-11-03 13:03:52 +01:00
Victor Mono.glyphs v1.4.2 2020-11-03 13:03:52 +01:00
vue.config.js Initial 2019-06-04 13:05:30 +02:00

Header

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

A programming font with semi-connected cursive italics and symbol ligatures.

More information and download: rubjo.github.io/victor-mono. I would be grateful if you point others to the same URL.

For use 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 setup, eg. webpack)
  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

If you like it and want to say thanks, donations are welcome. ❤️

Code sample

 

Powerline

 

Specimens

 

Design

 

Font stylistics

Available stylistics
  • ss01: Slashed zero (#78)
Configuration
  • Sublime:

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

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

    font_features VictorMono-Medium +ss01