We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732cd24 commit 7df6b01Copy full SHA for 7df6b01
1 file changed
fonts.v
@@ -53,7 +53,7 @@ fn path_variant(path string, variant font.Variant) string {
53
.normal { path }
54
.bold { path.replace('-regular', '-bold') }
55
.italic { path.replace('-regular', '-italic') }
56
- .mono { path.replace('-regular', '-mone') }
+ .mono { path.replace('-regular', '-mono') }
57
}
58
if !os.exists(vpath) {
59
vpath = font.get_path_variant(path, variant)
0 commit comments