Skip to content

Commit

Permalink
Reduce Black Boldness
Browse files Browse the repository at this point in the history
  • Loading branch information
Dheatly23 committed Jan 8, 2024
1 parent ed29670 commit 0d1c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monocraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def drawPolygon(poly, pen):
pen.closePath()

BOLD_THIN_DISTS = {
"Black": 0.4,
"Black": 0.3,
"Bold": 0.2,
"Demi": 0.1,
"Light": -0.1,
Expand Down

0 comments on commit 0d1c819

Please sign in to comment.