Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Oct 5, 2024
1 parent 51ceccb commit f99c249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private static List<FontChoice> packagedFontsForTcUnicode() {
new FontChoice("OpenSansRegular18pt", FontType.TC_UNICODE, false),
new FontChoice("OpenSansRegular7pt", FontType.TC_UNICODE, false),
new FontChoice("OpenSansRegular8pt", FontType.TC_UNICODE, false),
new FontChoice("RobotoMedium18", FontType.TC_UNICODE, false),
new FontChoice("RobotoMedium18", FontType.ADAFRUIT, false),
new FontChoice("RobotoMedium24", FontType.TC_UNICODE, false),
new FontChoice("RobotoRegular12pt", FontType.TC_UNICODE, false),
new FontChoice("RobotoRegular14pt", FontType.TC_UNICODE, false),
Expand Down

0 comments on commit f99c249

Please sign in to comment.