mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-22 15:25:51 +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.json | ||
postcss.config.js | ||
README.md | ||
Victor Mono Italic.glyphs | ||
Victor Mono Oblique.glyphs | ||
Victor Mono.glyphs | ||
vue.config.js | ||
yarn.lock |
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:
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