Skip to content

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

License

Notifications You must be signed in to change notification settings

Uvacoder/victor-mono

 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 77.3%
  • CSS 7.4%
  • SCSS 6.4%
  • JavaScript 6.0%
  • HTML 2.5%
  • Shell 0.4%