Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Jan 26, 2024
2 parents 9c17082 + eb8f8f8 commit 1f92a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func DefaultFontDirs() []string {
sysRoot = "C:"
}
dirs = []string{
filepath.Join(filepath.VolumeName(sysRoot), `Windows`, "Fonts"),
filepath.Join(filepath.VolumeName(sysRoot), `\Windows`, "Fonts"),
}
}
return dirs
Expand Down

0 comments on commit 1f92a16

Please sign in to comment.