mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-26 21:34:47 +03:00
2.1 KiB
2.1 KiB
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