1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 14:35:36 +03:00
A free programming font with cursive italics and ligatures. Donations welcome ❤️
Go to file
2020-10-10 21:38:57 +02:00
dist 1.4.1 2020-06-30 10:57:10 +02:00
public 1.4.1 2020-06-30 10:57:10 +02:00
src Update App.vue 2020-10-10 21:38:57 +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-lock.json Styling 2020-07-09 23:48:46 +02:00
package.json 1.4.1 2020-06-30 11:00:16 +02: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 1.4.1 2020-06-30 10:57:10 +02:00
Victor Mono Oblique.glyphs 1.4.1 2020-06-30 10:57:10 +02:00
Victor Mono.glyphs 1.4.1 2020-06-30 10:57:10 +02:00
vue.config.js Initial 2019-06-04 13:05:30 +02:00
yarn.lock upgrades 2020-08-13 08:58:24 +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
Configuration
  • Sublime:

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

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

    font_features VictorMono-Medium +ss01