Victor Mono开源编程字体
Victor Mono 是一个带有草书斜体和连笔的免费开源编程字体。
用于应用程序、网页或其他项目:
-
npm i victormono
-
import 'victormono'
- 使用
font-family: 'Victor Mono'
,font-weight
和font-style
替代 CDN 托管,最适合 CodePen 等在线编辑器:
- 在
<head>
或顶部<body>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/victormono@latest/dist/index.min.css">
- 样式类
font-family: 'Victor Mono', monospace
字体风格
- 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
配置
-
Sublime:
"font_options": ["ss01"]
-
VScode:
"editor.fontLigatures": "'ss01'"
-
Kitty:
font_features VictorMono-Medium +ss01
示例代码预览
评论