Skip to content

Commit

Permalink
[lib] better &
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Apr 27, 2024
1 parent 607ede1 commit 2ad38d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/glyphs/poncuation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ const ponctuation = {
[0.25, 0.7],
[0.8, 0.7]
],[
[0.3, 0.4],
[0.3, 0.2],
[0.7, 0.2],
[0.7, 0.4]
[0.35, 0.4],
[0.35, 0.2],
[0.75, 0.2],
[0.75, 0.4]
]
],
'~': [
Expand Down

0 comments on commit 2ad38d2

Please sign in to comment.