Skip to content

Commit 7df6b01

Browse files
committed
fix broken mono font
1 parent 732cd24 commit 7df6b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fonts.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn path_variant(path string, variant font.Variant) string {
5353
.normal { path }
5454
.bold { path.replace('-regular', '-bold') }
5555
.italic { path.replace('-regular', '-italic') }
56-
.mono { path.replace('-regular', '-mone') }
56+
.mono { path.replace('-regular', '-mono') }
5757
}
5858
if !os.exists(vpath) {
5959
vpath = font.get_path_variant(path, variant)

0 commit comments

Comments
 (0)