Skip to content

Commit

Permalink
Fix incorrect font ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger committed Oct 28, 2024
1 parent fe4a2ae commit 3d763b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"sources": [
{
"file": "fonts/BloggerSans-Bold.ttf",
"range": "0x30-0x3a"
"symbols": "0123456789"
}
],
"bpp": 1,
Expand All @@ -75,7 +75,7 @@
"sources": [
{
"file": "fonts/BloggerSans-Bold.ttf",
"range": "0x20-0x7e, 0x410-0x44f, 0xB0"
"symbols": "0123456789APMONTUEWDHRFIS"
}
],
"bpp": 1,
Expand Down

0 comments on commit 3d763b1

Please sign in to comment.