mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-23 00:32:40 +03:00
A free programming font with cursive italics and ligatures. Donations welcome ❤️
coding-fontcursivecursive-italicsdownloadfontfreeitalicsligaturesmonospace-fontprogramming-fontstarred-repostarred-rubjo-repotypefacevictor-mono
dist | ||
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.stylelintrc.js | ||
.travis.yml | ||
babel.config.js | ||
deploy.sh | ||
FUNDING.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
Victor Mono Italic.glyphs | ||
Victor Mono Oblique.glyphs | ||
Victor Mono.glyphs | ||
vue.config.js |
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:
npm i victormono
(installs Regular, Italic, Bold and Bold Italic styles)import 'victormono'
(in a typical modern setup, eg. webpack)- Style classes with
font-family: 'Victor Mono'
,font-weight
andfont-style
Alternative CDN hosting, best for online editors like CodePen:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/victormono@latest/dist/index.min.css">
in<head>
or top of<body>
- 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
Configuration
-
Sublime:
"font_options": ["ss01"]
-
VScode:
"editor.fontLigatures": "'ss01'"
-
Kitty:
font_features VictorMono-Medium +ss01