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
2021-10-20 13:54:37 +02:00
dist 🍱 Update download zip and font files 2021-10-20 13:51:52 +02:00
public 🍱 Update download zip and font files 2021-10-20 13:51:52 +02:00
src 🍱 Update font files used on site 2021-10-20 13:54:37 +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 📄 Change license from MIT to OFL (#120) 2021-10-20 13:40:38 +02:00
package-lock.json Add some testimonials 2021-10-07 09:55:31 +02:00
package.json Add some testimonials 2021-10-07 09:55:31 +02:00
postcss.config.js Initial 2019-06-04 13:05:30 +02:00
README.md Update README.md 2021-05-07 14:12:49 +02:00
Victor Mono Italic.glyphs 🚚 Update source files 2021-10-20 13:42:01 +02:00
Victor Mono Oblique.glyphs 🚚 Update source files 2021-10-20 13:42:01 +02:00
Victor Mono.glyphs 🚚 Update source files 2021-10-20 13:42:01 +02:00
vue.config.js Initial 2019-06-04 13:05:30 +02:00

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

Intro image carbon (3)

More information and download: rubjo.github.io/victor-mono. If you like it and want to say thanks, donations are welcome. ❤️


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

Font stylistics

Available stylistics

  • ss01: Slashed zero (#78)

Configuration

  • Sublime:

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

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

    font_features VictorMono-Medium +ss01
    

Example code previews

carbon carbon (1) carbon (2) carbon (4) carbon (5) carbon (6) carbon (7)