maxdevjs / victor-mono

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

Home Page:https://rubjo.github.io/victor-mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

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

https://rubjo.github.io/victor-mono

License:MIT License


Languages

Language:Vue 76.8%Language:CSS 7.8%Language:SCSS 6.7%Language:JavaScript 6.2%Language:HTML 2.1%Language:Shell 0.4%