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
dependabot[bot] f607617fb7
Bump json5, @vue/cli-plugin-babel and @vue/cli-service
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together.


Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `@vue/cli-plugin-babel` from 3.12.1 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel)

Updates `@vue/cli-service` from 3.12.1 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@vue/cli-plugin-babel"
  dependency-type: direct:development
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 13:46:24 +00:00
dist Arrows, <: and adjustments 2022-07-05 18:17:07 +02:00
public Arrows, <: and adjustments 2022-07-05 18:17:07 +02:00
src Merge branch 'master' of https://github.com/rubjo/victor-mono 2022-08-02 07:53:42 +02:00
.eslintrc.js ⬆️ Upgrades + eslint config changes 2021-10-20 14:12:55 +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 ⬆️ Update Travis node version 2022-02-03 08:52:05 +01: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 Added Ko-fi 2021-10-28 09:46:56 +02:00
LICENSE 📄 Change license from MIT to OFL (#120) 2021-10-20 13:40:38 +02:00
package-lock.json Bump json5, @vue/cli-plugin-babel and @vue/cli-service 2023-01-06 13:46:24 +00:00
package.json Bump json5, @vue/cli-plugin-babel and @vue/cli-service 2023-01-06 13:46:24 +00:00
postcss.config.js Initial 2019-06-04 13:05:30 +02:00
README.md 🔖 Straighter 6 and 9 and progress glyphs 2022-05-18 12:03:16 +02:00
Victor Mono Italic.glyphs Arrows, <: and adjustments 2022-07-05 18:17:07 +02:00
Victor Mono Oblique.glyphs Arrows, <: and adjustments 2022-07-05 18:17:07 +02:00
Victor Mono.glyphs Arrows, <: and adjustments 2022-07-05 18:17:07 +02:00
vue.config.js Initial 2019-06-04 13:05:30 +02:00

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

Stand With Ukraine


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. ❤️


How to use

In code editors:

  1. Download the font
  2. Unpack the ZIP
  3. Install the font (all styles or the ones you want)
  4. Change the font settings in your code editor / IDE of choice to "Victor Mono"
  5. Optional Set the code theme to one you like. Check out https://themer.dev/victor-mono, where you can download the official theme for your favourite terminals, editors and apps.
  6. Optional Modify the theme colours and its application of normal/italic/bold styles

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 JS setup, eg. Webpack/Vite)
  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: Single-storey a
  • ss02: Slashed zero, variant 1
  • ss03: Slashed zero, variant 2
  • ss04: Slashed zero, variant 3
  • ss05: Slashed zero, variant 4
  • ss06: Slashed seven
  • ss07: Straighter 6 and 9

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)