1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 06:25:41 +03:00
A free programming font with cursive italics and ligatures. Donations welcome ❤️
Go to file
Rune Bjørnerås 1286791a19 v1.4.0
2020-06-29 07:58:22 +02:00
dist v1.4.0 2020-06-29 07:58:22 +02:00
public v1.4.0 2020-06-29 07:58:22 +02:00
src v1.4.0 2020-06-29 07:58:22 +02: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.json Some website updates + compare component 2020-01-18 18:20:10 +01:00
postcss.config.js Initial 2019-06-04 13:05:30 +02:00
README.md v1.4.0 2020-06-29 07:58:22 +02:00
Victor Mono Italic.glyphs v1.4.0 2020-06-29 07:58:22 +02:00
Victor Mono Oblique.glyphs v1.4.0 2020-06-29 07:58:22 +02:00
Victor Mono.glyphs v1.4.0 2020-06-29 07:58:22 +02:00
vue.config.js Initial 2019-06-04 13:05:30 +02:00
yarn.lock Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-06 15:55:46 +00: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
Configuration
  • Sublime:

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

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

    font_features VictorMono-Medium +ss01