├── .github ├── FUNDING.yml └── workflows │ ├── check.yml │ ├── pages.yml │ └── release.yml ├── .gitignore ├── LICENSE-MIT ├── LICENSE-OFL ├── README.md ├── assets ├── glyphs │ ├── arcade │ │ ├── 0000-007F Basic Latin │ │ │ ├── 0020.png │ │ │ ├── 0021.png │ │ │ ├── 0022.png │ │ │ ├── 0023.png │ │ │ ├── 0024.png │ │ │ ├── 0025.png │ │ │ ├── 0026.png │ │ │ ├── 0027.png │ │ │ ├── 0028.png │ │ │ ├── 0029.png │ │ │ ├── 002A.png │ │ │ ├── 002B.png │ │ │ ├── 002C.png │ │ │ ├── 002D.png │ │ │ ├── 002E.png │ │ │ ├── 002F.png │ │ │ ├── 0030.png │ │ │ ├── 0031.png │ │ │ ├── 0032.png │ │ │ ├── 0033.png │ │ │ ├── 0034.png │ │ │ ├── 0035.png │ │ │ ├── 0036.png │ │ │ ├── 0037.png │ │ │ ├── 0038.png │ │ │ ├── 0039.png │ │ │ ├── 003A.png │ │ │ ├── 003B.png │ │ │ ├── 003C.png │ │ │ ├── 003D.png │ │ │ ├── 003E.png │ │ │ ├── 003F.png │ │ │ ├── 0040.png │ │ │ ├── 0041.png │ │ │ ├── 0042.png │ │ │ ├── 0043.png │ │ │ ├── 0044.png │ │ │ ├── 0045.png │ │ │ ├── 0046.png │ │ │ ├── 0047.png │ │ │ ├── 0048.png │ │ │ ├── 0049.png │ │ │ ├── 004A.png │ │ │ ├── 004B.png │ │ │ ├── 004C.png │ │ │ ├── 004D.png │ │ │ ├── 004E.png │ │ │ ├── 004F.png │ │ │ ├── 0050.png │ │ │ ├── 0051.png │ │ │ ├── 0052.png │ │ │ ├── 0053.png │ │ │ ├── 0054.png │ │ │ ├── 0055.png │ │ │ ├── 0056.png │ │ │ ├── 0057.png │ │ │ ├── 0058.png │ │ │ ├── 0059.png │ │ │ ├── 005A.png │ │ │ ├── 005B.png │ │ │ ├── 005C.png │ │ │ ├── 005D.png │ │ │ ├── 005E.png │ │ │ ├── 005F.png │ │ │ ├── 0060.png │ │ │ ├── 0061.png │ │ │ ├── 0062.png │ │ │ ├── 0063.png │ │ │ ├── 0064.png │ │ │ ├── 0065.png │ │ │ ├── 0066.png │ │ │ ├── 0067.png │ │ │ ├── 0068.png │ │ │ ├── 0069.png │ │ │ ├── 006A.png │ │ │ ├── 006B.png │ │ │ ├── 006C.png │ │ │ ├── 006D.png │ │ │ ├── 006E.png │ │ │ ├── 006F.png │ │ │ ├── 0070.png │ │ │ ├── 0071.png │ │ │ ├── 0072.png │ │ │ ├── 0073.png │ │ │ ├── 0074.png │ │ │ ├── 0075.png │ │ │ ├── 0076.png │ │ │ ├── 0077.png │ │ │ ├── 0078.png │ │ │ ├── 0079.png │ │ │ ├── 007A.png │ │ │ ├── 007B.png │ │ │ ├── 007C.png │ │ │ ├── 007D.png │ │ │ └── 007E.png │ │ ├── 0080-00FF Latin-1 Supplement │ │ │ └── 00A9.png │ │ ├── 2000-206F General Punctuation │ │ │ ├── 2018.png │ │ │ ├── 2019.png │ │ │ ├── 201C.png │ │ │ └── 201D.png │ │ ├── 2600-26FF Miscellaneous Symbols │ │ │ ├── 2605.png │ │ │ ├── 2660.png │ │ │ ├── 2663.png │ │ │ ├── 2665.png │ │ │ └── 2666.png │ │ ├── FF00-FFEF Halfwidth and Fullwidth Forms │ │ │ ├── FF10.png │ │ │ ├── FF11.png │ │ │ ├── FF12.png │ │ │ ├── FF13.png │ │ │ ├── FF14.png │ │ │ ├── FF15.png │ │ │ ├── FF16.png │ │ │ ├── FF17.png │ │ │ ├── FF18.png │ │ │ └── FF19.png │ │ ├── config.toml │ │ └── notdef.png │ ├── cute-mono │ │ ├── 0000-007F Basic Latin │ │ │ ├── 0020.png │ │ │ ├── 0021.png │ │ │ ├── 0022.png │ │ │ ├── 0023.png │ │ │ ├── 0024.png │ │ │ ├── 0025.png │ │ │ ├── 0026.png │ │ │ ├── 0027.png │ │ │ ├── 0028.png │ │ │ ├── 0029.png │ │ │ ├── 002A.png │ │ │ ├── 002B.png │ │ │ ├── 002C.png │ │ │ ├── 002D.png │ │ │ ├── 002E.png │ │ │ ├── 002F.png │ │ │ ├── 0030.png │ │ │ ├── 0031.png │ │ │ ├── 0032.png │ │ │ ├── 0033.png │ │ │ ├── 0034.png │ │ │ ├── 0035.png │ │ │ ├── 0036.png │ │ │ ├── 0037.png │ │ │ ├── 0038.png │ │ │ ├── 0039.png │ │ │ ├── 003A.png │ │ │ ├── 003B.png │ │ │ ├── 003C.png │ │ │ ├── 003D.png │ │ │ ├── 003E.png │ │ │ ├── 003F.png │ │ │ ├── 0040.png │ │ │ ├── 0041.png │ │ │ ├── 0042.png │ │ │ ├── 0043.png │ │ │ ├── 0044.png │ │ │ ├── 0045.png │ │ │ ├── 0046.png │ │ │ ├── 0047.png │ │ │ ├── 0048.png │ │ │ ├── 0049.png │ │ │ ├── 004A.png │ │ │ ├── 004B.png │ │ │ ├── 004C.png │ │ │ ├── 004D.png │ │ │ ├── 004E.png │ │ │ ├── 004F.png │ │ │ ├── 0050.png │ │ │ ├── 0051.png │ │ │ ├── 0052.png │ │ │ ├── 0053.png │ │ │ ├── 0054.png │ │ │ ├── 0055.png │ │ │ ├── 0056.png │ │ │ ├── 0057.png │ │ │ ├── 0058.png │ │ │ ├── 0059.png │ │ │ ├── 005A.png │ │ │ ├── 005B.png │ │ │ ├── 005C.png │ │ │ ├── 005D.png │ │ │ ├── 005E.png │ │ │ ├── 005F.png │ │ │ ├── 0060.png │ │ │ ├── 0061.png │ │ │ ├── 0062.png │ │ │ ├── 0063.png │ │ │ ├── 0064.png │ │ │ ├── 0065.png │ │ │ ├── 0066.png │ │ │ ├── 0067.png │ │ │ ├── 0068.png │ │ │ ├── 0069.png │ │ │ ├── 006A.png │ │ │ ├── 006B.png │ │ │ ├── 006C.png │ │ │ ├── 006D.png │ │ │ ├── 006E.png │ │ │ ├── 006F.png │ │ │ ├── 0070.png │ │ │ ├── 0071.png │ │ │ ├── 0072.png │ │ │ ├── 0073.png │ │ │ ├── 0074.png │ │ │ ├── 0075.png │ │ │ ├── 0076.png │ │ │ ├── 0077.png │ │ │ ├── 0078.png │ │ │ ├── 0079.png │ │ │ ├── 007A.png │ │ │ ├── 007B.png │ │ │ ├── 007C.png │ │ │ ├── 007D.png │ │ │ └── 007E.png │ │ ├── 0080-00FF Latin-1 Supplement │ │ │ ├── 00A1.png │ │ │ ├── 00A6.png │ │ │ ├── 00A9.png │ │ │ ├── 00B1.png │ │ │ ├── 00B6.png │ │ │ ├── 00B7.png │ │ │ ├── 00BF.png │ │ │ ├── 00D7.png │ │ │ └── 00F7.png │ │ ├── 2000-206F General Punctuation │ │ │ ├── 2018.png │ │ │ ├── 2019.png │ │ │ ├── 201C.png │ │ │ ├── 201D.png │ │ │ ├── 204B.png │ │ │ ├── 204C.png │ │ │ └── 204D.png │ │ ├── config.toml │ │ └── notdef.png │ ├── cute-prop │ │ ├── 0000-007F Basic Latin │ │ │ ├── 0020.png │ │ │ ├── 0021.png │ │ │ ├── 0022.png │ │ │ ├── 0023.png │ │ │ ├── 0024.png │ │ │ ├── 0025.png │ │ │ ├── 0026.png │ │ │ ├── 0027.png │ │ │ ├── 0028.png │ │ │ ├── 0029.png │ │ │ ├── 002A.png │ │ │ ├── 002B.png │ │ │ ├── 002C.png │ │ │ ├── 002D.png │ │ │ ├── 002E.png │ │ │ ├── 002F.png │ │ │ ├── 0030.png │ │ │ ├── 0031.png │ │ │ ├── 0032.png │ │ │ ├── 0033.png │ │ │ ├── 0034.png │ │ │ ├── 0035.png │ │ │ ├── 0036.png │ │ │ ├── 0037.png │ │ │ ├── 0038.png │ │ │ ├── 0039.png │ │ │ ├── 003A.png │ │ │ ├── 003B.png │ │ │ ├── 003C.png │ │ │ ├── 003D.png │ │ │ ├── 003E.png │ │ │ ├── 003F.png │ │ │ ├── 0040.png │ │ │ ├── 0041.png │ │ │ ├── 0042.png │ │ │ ├── 0043.png │ │ │ ├── 0044.png │ │ │ ├── 0045.png │ │ │ ├── 0046.png │ │ │ ├── 0047.png │ │ │ ├── 0048.png │ │ │ ├── 0049.png │ │ │ ├── 004A.png │ │ │ ├── 004B.png │ │ │ ├── 004C.png │ │ │ ├── 004D.png │ │ │ ├── 004E.png │ │ │ ├── 004F.png │ │ │ ├── 0050.png │ │ │ ├── 0051.png │ │ │ ├── 0052.png │ │ │ ├── 0053.png │ │ │ ├── 0054.png │ │ │ ├── 0055.png │ │ │ ├── 0056.png │ │ │ ├── 0057.png │ │ │ ├── 0058.png │ │ │ ├── 0059.png │ │ │ ├── 005A.png │ │ │ ├── 005B.png │ │ │ ├── 005C.png │ │ │ ├── 005D.png │ │ │ ├── 005E.png │ │ │ ├── 005F.png │ │ │ ├── 0060.png │ │ │ ├── 0061.png │ │ │ ├── 0062.png │ │ │ ├── 0063.png │ │ │ ├── 0064.png │ │ │ ├── 0065.png │ │ │ ├── 0066.png │ │ │ ├── 0067.png │ │ │ ├── 0068.png │ │ │ ├── 0069.png │ │ │ ├── 006A.png │ │ │ ├── 006B.png │ │ │ ├── 006C.png │ │ │ ├── 006D.png │ │ │ ├── 006E.png │ │ │ ├── 006F.png │ │ │ ├── 0070.png │ │ │ ├── 0071.png │ │ │ ├── 0072.png │ │ │ ├── 0073.png │ │ │ ├── 0074.png │ │ │ ├── 0075.png │ │ │ ├── 0076.png │ │ │ ├── 0077.png │ │ │ ├── 0078.png │ │ │ ├── 0079.png │ │ │ ├── 007A.png │ │ │ ├── 007B.png │ │ │ ├── 007C.png │ │ │ ├── 007D.png │ │ │ └── 007E.png │ │ ├── 0080-00FF Latin-1 Supplement │ │ │ ├── 00A1.png │ │ │ ├── 00A6.png │ │ │ ├── 00A9.png │ │ │ ├── 00B1.png │ │ │ ├── 00B6.png │ │ │ ├── 00B7.png │ │ │ ├── 00BF.png │ │ │ ├── 00D7.png │ │ │ └── 00F7.png │ │ ├── 2000-206F General Punctuation │ │ │ ├── 2018.png │ │ │ ├── 2019.png │ │ │ ├── 201C.png │ │ │ ├── 201D.png │ │ │ ├── 204B.png │ │ │ ├── 204C.png │ │ │ └── 204D.png │ │ ├── config.toml │ │ └── notdef.png │ ├── petty-5h │ │ ├── 0000-007F Basic Latin │ │ │ ├── 0020.png │ │ │ ├── 0021.png │ │ │ ├── 0022.png │ │ │ ├── 0023.png │ │ │ ├── 0024.png │ │ │ ├── 0025.png │ │ │ ├── 0026.png │ │ │ ├── 0027.png │ │ │ ├── 0028.png │ │ │ ├── 0029.png │ │ │ ├── 002A.png │ │ │ ├── 002B.png │ │ │ ├── 002C.png │ │ │ ├── 002D.png │ │ │ ├── 002E.png │ │ │ ├── 002F.png │ │ │ ├── 0030.png │ │ │ ├── 0031.png │ │ │ ├── 0032.png │ │ │ ├── 0033.png │ │ │ ├── 0034.png │ │ │ ├── 0035.png │ │ │ ├── 0036.png │ │ │ ├── 0037.png │ │ │ ├── 0038.png │ │ │ ├── 0039.png │ │ │ ├── 003A.png │ │ │ ├── 003B.png │ │ │ ├── 003C.png │ │ │ ├── 003D.png │ │ │ ├── 003E.png │ │ │ ├── 003F.png │ │ │ ├── 0040.png │ │ │ ├── 0041.png │ │ │ ├── 0042.png │ │ │ ├── 0043.png │ │ │ ├── 0044.png │ │ │ ├── 0045.png │ │ │ ├── 0046.png │ │ │ ├── 0047.png │ │ │ ├── 0048.png │ │ │ ├── 0049.png │ │ │ ├── 004A.png │ │ │ ├── 004B.png │ │ │ ├── 004C.png │ │ │ ├── 004D.png │ │ │ ├── 004E.png │ │ │ ├── 004F.png │ │ │ ├── 0050.png │ │ │ ├── 0051.png │ │ │ ├── 0052.png │ │ │ ├── 0053.png │ │ │ ├── 0054.png │ │ │ ├── 0055.png │ │ │ ├── 0056.png │ │ │ ├── 0057.png │ │ │ ├── 0058.png │ │ │ ├── 0059.png │ │ │ ├── 005A.png │ │ │ ├── 005B.png │ │ │ ├── 005C.png │ │ │ ├── 005D.png │ │ │ ├── 005E.png │ │ │ ├── 005F.png │ │ │ ├── 0060.png │ │ │ ├── 007B.png │ │ │ ├── 007C.png │ │ │ ├── 007D.png │ │ │ └── 007E.png │ │ ├── config.toml │ │ └── notdef.png │ ├── petty-5x5 │ │ ├── 0000-007F Basic Latin │ │ │ ├── 0020.png │ │ │ ├── 0021.png │ │ │ ├── 0022.png │ │ │ ├── 0023.png │ │ │ ├── 0024.png │ │ │ ├── 0025.png │ │ │ ├── 0026.png │ │ │ ├── 0027.png │ │ │ ├── 0028.png │ │ │ ├── 0029.png │ │ │ ├── 002A.png │ │ │ ├── 002B.png │ │ │ ├── 002C.png │ │ │ ├── 002D.png │ │ │ ├── 002E.png │ │ │ ├── 002F.png │ │ │ ├── 0030.png │ │ │ ├── 0031.png │ │ │ ├── 0032.png │ │ │ ├── 0033.png │ │ │ ├── 0034.png │ │ │ ├── 0035.png │ │ │ ├── 0036.png │ │ │ ├── 0037.png │ │ │ ├── 0038.png │ │ │ ├── 0039.png │ │ │ ├── 003A.png │ │ │ ├── 003B.png │ │ │ ├── 003C.png │ │ │ ├── 003D.png │ │ │ ├── 003E.png │ │ │ ├── 003F.png │ │ │ ├── 0040.png │ │ │ ├── 0041.png │ │ │ ├── 0042.png │ │ │ ├── 0043.png │ │ │ ├── 0044.png │ │ │ ├── 0045.png │ │ │ ├── 0046.png │ │ │ ├── 0047.png │ │ │ ├── 0048.png │ │ │ ├── 0049.png │ │ │ ├── 004A.png │ │ │ ├── 004B.png │ │ │ ├── 004C.png │ │ │ ├── 004D.png │ │ │ ├── 004E.png │ │ │ ├── 004F.png │ │ │ ├── 0050.png │ │ │ ├── 0051.png │ │ │ ├── 0052.png │ │ │ ├── 0053.png │ │ │ ├── 0054.png │ │ │ ├── 0055.png │ │ │ ├── 0056.png │ │ │ ├── 0057.png │ │ │ ├── 0058.png │ │ │ ├── 0059.png │ │ │ ├── 005A.png │ │ │ ├── 005B.png │ │ │ ├── 005C.png │ │ │ ├── 005D.png │ │ │ ├── 005E.png │ │ │ ├── 005F.png │ │ │ ├── 0060.png │ │ │ ├── 007B.png │ │ │ ├── 007C.png │ │ │ ├── 007D.png │ │ │ └── 007E.png │ │ ├── config.toml │ │ └── notdef.png │ └── thick │ │ ├── 0000-007F Basic Latin │ │ ├── 0020.png │ │ ├── 0021.png │ │ ├── 0022.png │ │ ├── 0023.png │ │ ├── 0024.png │ │ ├── 0025.png │ │ ├── 0026.png │ │ ├── 0027.png │ │ ├── 0028.png │ │ ├── 0029.png │ │ ├── 002A.png │ │ ├── 002B.png │ │ ├── 002C.png │ │ ├── 002D.png │ │ ├── 002E.png │ │ ├── 002F.png │ │ ├── 0030.png │ │ ├── 0031.png │ │ ├── 0032.png │ │ ├── 0033.png │ │ ├── 0034.png │ │ ├── 0035.png │ │ ├── 0036.png │ │ ├── 0037.png │ │ ├── 0038.png │ │ ├── 0039.png │ │ ├── 003A.png │ │ ├── 003B.png │ │ ├── 003C.png │ │ ├── 003D.png │ │ ├── 003E.png │ │ ├── 003F.png │ │ ├── 0040.png │ │ ├── 0041.png │ │ ├── 0042.png │ │ ├── 0043.png │ │ ├── 0044.png │ │ ├── 0045.png │ │ ├── 0046.png │ │ ├── 0047.png │ │ ├── 0048.png │ │ ├── 0049.png │ │ ├── 004A.png │ │ ├── 004B.png │ │ ├── 004C.png │ │ ├── 004D.png │ │ ├── 004E.png │ │ ├── 004F.png │ │ ├── 0050.png │ │ ├── 0051.png │ │ ├── 0052.png │ │ ├── 0053.png │ │ ├── 0054.png │ │ ├── 0055.png │ │ ├── 0056.png │ │ ├── 0057.png │ │ ├── 0058.png │ │ ├── 0059.png │ │ ├── 005A.png │ │ ├── 005B.png │ │ ├── 005C.png │ │ ├── 005D.png │ │ ├── 005E.png │ │ ├── 005F.png │ │ ├── 0060.png │ │ ├── 0061.png │ │ ├── 0062.png │ │ ├── 0063.png │ │ ├── 0064.png │ │ ├── 0065.png │ │ ├── 0066.png │ │ ├── 0067.png │ │ ├── 0068.png │ │ ├── 0069.png │ │ ├── 006A.png │ │ ├── 006B.png │ │ ├── 006C.png │ │ ├── 006D.png │ │ ├── 006E.png │ │ ├── 006F.png │ │ ├── 0070.png │ │ ├── 0071.png │ │ ├── 0072.png │ │ ├── 0073.png │ │ ├── 0074.png │ │ ├── 0075.png │ │ ├── 0076.png │ │ ├── 0077.png │ │ ├── 0078.png │ │ ├── 0079.png │ │ ├── 007A.png │ │ ├── 007B.png │ │ ├── 007C.png │ │ ├── 007D.png │ │ └── 007E.png │ │ ├── 0080-00FF Latin-1 Supplement │ │ ├── 00A1.png │ │ ├── 00A6.png │ │ ├── 00B1.png │ │ ├── 00B6.png │ │ ├── 00B7.png │ │ ├── 00BF.png │ │ ├── 00D7.png │ │ └── 00F7.png │ │ ├── 2000-206F General Punctuation │ │ ├── 2018.png │ │ ├── 2019.png │ │ ├── 201C.png │ │ ├── 201D.png │ │ ├── 204B.png │ │ ├── 204C.png │ │ └── 204D.png │ │ ├── config.toml │ │ └── notdef.png ├── images │ ├── afdian-cover-background.png │ ├── github-banner-background.png │ ├── itch-io-banner-background.png │ ├── itch-io-cover-background.png │ └── readme-banner-background.png └── templates │ ├── alphabet.html │ ├── common │ └── base.html │ ├── demo-content.html │ ├── demo.html │ ├── index.html │ └── itch-io-details.html ├── docs ├── arcade │ └── preview.png ├── cute-mono │ └── preview.png ├── cute-prop │ └── preview.png ├── petty-5h │ └── preview.png ├── petty-5x5 │ └── preview.png ├── readme-banner.png └── thick │ └── preview.png ├── requirements.txt └── tools ├── __init__.py ├── build.py ├── check.py ├── configs ├── __init__.py ├── font.py └── path_define.py ├── format_glyphs.py ├── services ├── __init__.py ├── check_service.py ├── font_service.py ├── format_service.py ├── image_service.py ├── publish_service.py └── template_service.py └── update_docs.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: [ 2 | "https://github.com/TakWolf/TakWolf/blob/master/payment-qr-codes.md", 3 | "https://afdian.com/a/takwolf", 4 | ] 5 | -------------------------------------------------------------------------------- /.github/workflows/check.yml: -------------------------------------------------------------------------------- 1 | name: Check 2 | 3 | on: [push, pull_request] 4 | 5 | jobs: 6 | check: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - name: Checkout 10 | uses: actions/checkout@v4 11 | - name: Setup Python 12 | uses: actions/setup-python@v5 13 | with: 14 | python-version: "3.x" 15 | - name: Install dependencies 16 | run: | 17 | python -m pip install pip --upgrade 18 | python -m pip install -r requirements.txt 19 | - name: Check 20 | run: python -m tools.check 21 | -------------------------------------------------------------------------------- /.github/workflows/pages.yml: -------------------------------------------------------------------------------- 1 | name: Pages 2 | 3 | on: 4 | push: 5 | branches: [master] 6 | 7 | concurrency: 8 | group: pages 9 | cancel-in-progress: true 10 | 11 | jobs: 12 | pages: 13 | environment: 14 | name: github-pages 15 | url: ${{ steps.deployment.outputs.page_url }} 16 | permissions: 17 | pages: write 18 | id-token: write 19 | runs-on: ubuntu-latest 20 | steps: 21 | - name: Checkout 22 | uses: actions/checkout@v4 23 | - name: Setup Python 24 | uses: actions/setup-python@v5 25 | with: 26 | python-version: "3.x" 27 | - name: Install dependencies 28 | run: | 29 | python -m pip install pip --upgrade 30 | python -m pip install -r requirements.txt 31 | - name: Build 32 | run: python -m tools.build 33 | - name: Setup Pages 34 | uses: actions/configure-pages@v5 35 | - name: Upload artifact 36 | uses: actions/upload-pages-artifact@v3 37 | with: 38 | path: ./build/outputs 39 | - name: Deploy to GitHub Pages 40 | id: deployment 41 | uses: actions/deploy-pages@v4 42 | -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- 1 | name: Release 2 | 3 | on: 4 | release: 5 | types: [published] 6 | 7 | jobs: 8 | release: 9 | permissions: 10 | contents: write 11 | runs-on: ubuntu-latest 12 | steps: 13 | - name: Checkout 14 | uses: actions/checkout@v4 15 | - name: Setup Python 16 | uses: actions/setup-python@v5 17 | with: 18 | python-version: "3.x" 19 | - name: Install dependencies 20 | run: | 21 | python -m pip install pip --upgrade 22 | python -m pip install -r requirements.txt 23 | - name: Build 24 | run: python -m tools.build 25 | - name: Release 26 | uses: softprops/action-gh-release@v2 27 | with: 28 | files: ./build/releases/*.zip 29 | -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 TakWolf 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0061.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0062.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0063.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0064.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0065.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0066.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0067.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0068.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0069.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/006F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/006F.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0070.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0071.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0072.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0073.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0074.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0075.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0076.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0077.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0078.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/0079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/0079.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/007A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/007A.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/0080-00FF Latin-1 Supplement/00A9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/0080-00FF Latin-1 Supplement/00A9.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2000-206F General Punctuation/2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2000-206F General Punctuation/2018.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2000-206F General Punctuation/2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2000-206F General Punctuation/2019.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2000-206F General Punctuation/201C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2000-206F General Punctuation/201C.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2000-206F General Punctuation/201D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2000-206F General Punctuation/201D.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2605.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2605.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2660.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2660.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2663.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2663.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2665.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2665.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2666.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/2600-26FF Miscellaneous Symbols/2666.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF10.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF11.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF12.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF13.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF14.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF15.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF16.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF17.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF18.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/FF00-FFEF Halfwidth and Fullwidth Forms/FF19.png -------------------------------------------------------------------------------- /assets/glyphs/arcade/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Arcade" 3 | weight_name = "Regular" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Monospaced" 7 | 8 | size = 8 9 | ascent = 9 10 | descent = -3 11 | x_height = 5 12 | cap_height = 7 13 | 14 | preview_text = """ 15 | ABCDEFGHIJKLMNOPQRSTUVWXYZ 16 | abcdefghijklmnopqrstuvwxyz 17 | 0123456789 0123456789 18 | !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ 19 | ©‘’“”★♠♣♥♦ 20 | """ 21 | -------------------------------------------------------------------------------- /assets/glyphs/arcade/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/arcade/notdef.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0061.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0062.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0063.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0064.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0065.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0066.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0067.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0068.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0069.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/006F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/006F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0070.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0071.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0072.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0073.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0074.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0075.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0076.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0077.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0078.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/0079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/0079.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/007A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/007A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A1.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A6.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00A9.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B1.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B6.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00B7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00BF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00BF.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00D7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00D7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00F7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/0080-00FF Latin-1 Supplement/00F7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/2018.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/2019.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/201C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/201C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/201D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/201D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/204B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/204B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/204C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/204C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/2000-206F General Punctuation/204D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/2000-206F General Punctuation/204D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Cute Mono" 3 | weight_name = "Regular" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Monospaced" 7 | 8 | size = 11 9 | ascent = 11 10 | descent = -4 11 | x_height = 5 12 | cap_height = 7 13 | -------------------------------------------------------------------------------- /assets/glyphs/cute-mono/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-mono/notdef.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0061.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0062.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0063.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0064.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0065.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0066.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0067.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0068.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0069.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/006F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/006F.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0070.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0071.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0072.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0073.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0074.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0075.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0076.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0077.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0078.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/0079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/0079.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/007A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/007A.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A1.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A6.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00A9.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B1.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B6.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00B7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00BF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00BF.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00D7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00D7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00F7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/0080-00FF Latin-1 Supplement/00F7.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/2018.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/2019.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/201C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/201C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/201D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/201D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/204B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/204B.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/204C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/204C.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/2000-206F General Punctuation/204D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/2000-206F General Punctuation/204D.png -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Cute Prop" 3 | weight_name = "Regular" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Proportional" 7 | 8 | size = 11 9 | ascent = 11 10 | descent = -4 11 | x_height = 5 12 | cap_height = 7 13 | -------------------------------------------------------------------------------- /assets/glyphs/cute-prop/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/cute-prop/notdef.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Petty 5H" 3 | weight_name = "Regular" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Proportional" 7 | 8 | size = 5 9 | ascent = 7 10 | descent = -2 11 | x_height = 5 12 | cap_height = 5 13 | 14 | fallback_lower_from_upper = true 15 | 16 | preview_text = """ 17 | ABCDEFGHIJKLMNOPQRSTUVWXYZ 18 | 0123456789 19 | !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ 20 | """ 21 | -------------------------------------------------------------------------------- /assets/glyphs/petty-5h/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5h/notdef.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Petty 5x5" 3 | weight_name = "Regular" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Monospaced" 7 | 8 | size = 5 9 | ascent = 7 10 | descent = -2 11 | x_height = 5 12 | cap_height = 5 13 | 14 | fallback_lower_from_upper = true 15 | 16 | preview_text = """ 17 | ABCDEFGHIJKLMNOPQRSTUVWXYZ 18 | 0123456789 19 | !"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ 20 | """ 21 | -------------------------------------------------------------------------------- /assets/glyphs/petty-5x5/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/petty-5x5/notdef.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0020.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0021.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0022.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0023.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0024.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0025.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0026.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0027.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0028.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0029.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/002F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/002F.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0030.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0031.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0032.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0033.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0034.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0035.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0036.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0037.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0038.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0039.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/003F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/003F.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0040.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0041.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0042.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0043.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0044.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0045.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0046.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0047.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0048.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0049.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/004F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/004F.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0050.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0051.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0052.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0053.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0054.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0055.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0056.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0057.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0058.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0059.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/005F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/005F.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0060.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0061.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0062.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0063.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0064.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0065.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0066.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0067.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0068.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0069.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/006F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/006F.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0070.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0071.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0072.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0073.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0074.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0075.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0076.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0077.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0078.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/0079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/0079.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/007A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/007A.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/007B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/007B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/007C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/007C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/007D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/007D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0000-007F Basic Latin/007E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0000-007F Basic Latin/007E.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00A1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00A1.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00A6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00A6.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B1.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B6.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00B7.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00BF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00BF.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00D7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00D7.png -------------------------------------------------------------------------------- /assets/glyphs/thick/0080-00FF Latin-1 Supplement/00F7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/0080-00FF Latin-1 Supplement/00F7.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/2018.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/2019.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/201C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/201C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/201D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/201D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/204B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/204B.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/204C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/204C.png -------------------------------------------------------------------------------- /assets/glyphs/thick/2000-206F General Punctuation/204D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/2000-206F General Punctuation/204D.png -------------------------------------------------------------------------------- /assets/glyphs/thick/config.toml: -------------------------------------------------------------------------------- 1 | [font] 2 | name = "Thick" 3 | weight_name = "Bold" 4 | serif_style = "Sans Serif" 5 | slant_style = "Normal" 6 | width_style = "Proportional" 7 | 8 | size = 16 9 | ascent = 15 10 | descent = -5 11 | x_height = 7 12 | cap_height = 10 13 | -------------------------------------------------------------------------------- /assets/glyphs/thick/notdef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/glyphs/thick/notdef.png -------------------------------------------------------------------------------- /assets/images/afdian-cover-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/images/afdian-cover-background.png -------------------------------------------------------------------------------- /assets/images/github-banner-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/images/github-banner-background.png -------------------------------------------------------------------------------- /assets/images/itch-io-banner-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/images/itch-io-banner-background.png -------------------------------------------------------------------------------- /assets/images/itch-io-cover-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/images/itch-io-cover-background.png -------------------------------------------------------------------------------- /assets/images/readme-banner-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/assets/images/readme-banner-background.png -------------------------------------------------------------------------------- /assets/templates/alphabet.html: -------------------------------------------------------------------------------- 1 | {% extends "common/base.html" %} 2 | {% block title %}Retro Pixel {{ font_config.name }} - Alphabet{% endblock %} 3 | {% block style %} 4 | 24 | {% endblock %} 25 | {% block body %} 26 | {{ alphabet }} 27 | {% endblock %} 28 | -------------------------------------------------------------------------------- /assets/templates/common/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | {% block title %}{% endblock %} 7 | {% block style %}{% endblock %} 8 | 9 | 10 | 18 | 19 | 20 | 21 | 22 | {% block body %}{% endblock %} 23 | 24 | 25 | -------------------------------------------------------------------------------- /assets/templates/demo-content.html: -------------------------------------------------------------------------------- 1 |

Retro Pixel Font

2 |

A set of open source old game style pixel fonts.

3 |

{{ font_config.name }}

4 |

font-size: {{ font_config.font_size }}px / line-height: {{ font_config.line_height }}px

5 |

Nintendo

6 | https://en.wikipedia.org/wiki/Nintendo 7 |

Nintendo Co., Ltd. is a Japanese multinational video game company headquartered in Kyoto, Japan. It develops video games and video game consoles.

8 |

Nintendo was founded in 1889 as Nintendo Karuta by craftsman Fusajiro Yamauchi and originally produced handmade hanafuda playing cards. After venturing into various lines of business during the 1960s and acquiring a legal status as a public company, Nintendo distributed its first console, the Color TV-Game, in 1977. It gained international recognition with the release of Donkey Kong in 1981 and the Nintendo Entertainment System and Super Mario Bros. in 1985.

9 |

Since then, Nintendo has produced some of the most successful consoles in the video game industry, such as the Game Boy, the Super Nintendo Entertainment System, the Nintendo DS, the Wii, and the Switch. It has created numerous major franchises, including Mario, Donkey Kong, The Legend of Zelda, Pokémon, Kirby, Metroid, Fire Emblem, Animal Crossing, Splatoon, Star Fox, Xenoblade Chronicles, and Super Smash Bros. Nintendo's mascot, Mario, is internationally recognized. The company has sold more than 5.4 billion video games and over 800 million hardware units globally as of 2022.

10 |

Nintendo has multiple subsidiaries in Japan and abroad, in addition to business partners such as The Pokémon Company and HAL Laboratory. Nintendo and its staff have received awards including Emmy Awards for Technology & Engineering, Game Awards, Game Developers Choice Awards, and British Academy Games Awards. It is one of the wealthiest and most valuable companies in the Japanese market.

11 | -------------------------------------------------------------------------------- /assets/templates/itch-io-details.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |

4 | Homepage 5 | · 6 | GitHub 7 |

8 |

A set of open source old game style pixel fonts.

9 |

Under OFL 1.1.

10 | {% for font_config in font_configs.values() %} 11 |
12 |

{{ font_config.name }}

13 |

14 | font-size: {{ font_config.font_size }}px / line-height: {{ font_config.line_height }}px 15 | · 16 | alphabet 17 | · 18 | demo 19 |

20 | {{ font_config.outputs_name }}-preview 21 |
22 | {% endfor %} 23 |
24 | -------------------------------------------------------------------------------- /docs/arcade/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/arcade/preview.png -------------------------------------------------------------------------------- /docs/cute-mono/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/cute-mono/preview.png -------------------------------------------------------------------------------- /docs/cute-prop/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/cute-prop/preview.png -------------------------------------------------------------------------------- /docs/petty-5h/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/petty-5h/preview.png -------------------------------------------------------------------------------- /docs/petty-5x5/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/petty-5x5/preview.png -------------------------------------------------------------------------------- /docs/readme-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/readme-banner.png -------------------------------------------------------------------------------- /docs/thick/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/docs/thick/preview.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pixel-font-builder==0.0.35 2 | pixel-font-knife==0.0.12 3 | pillow==11.2.1 4 | beautifulsoup4==4.13.4 5 | jinja2==3.1.6 6 | loguru==0.7.3 7 | -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/tools/__init__.py -------------------------------------------------------------------------------- /tools/build.py: -------------------------------------------------------------------------------- 1 | import shutil 2 | 3 | from tools.configs import path_define 4 | from tools.configs.font import FontConfig 5 | from tools.services import font_service, publish_service, template_service, image_service 6 | 7 | 8 | def main(): 9 | if path_define.build_dir.exists(): 10 | shutil.rmtree(path_define.build_dir) 11 | 12 | font_configs = FontConfig.load() 13 | for font_config in font_configs.values(): 14 | alphabet, character_mapping, glyph_sequence = font_service.collect_glyph_files(font_config) 15 | font_service.make_fonts(font_config, character_mapping, glyph_sequence) 16 | image_service.make_preview_image(font_config) 17 | template_service.make_alphabet_html(font_config, alphabet) 18 | template_service.make_demo_html(font_config, alphabet) 19 | publish_service.make_release_zips(font_configs) 20 | template_service.make_index_html(font_configs) 21 | template_service.make_itch_io_details_html(font_configs) 22 | image_service.make_readme_banner(font_configs) 23 | image_service.make_github_banner(font_configs) 24 | image_service.make_itch_io_banner(font_configs) 25 | image_service.make_itch_io_cover(font_configs) 26 | image_service.make_afdian_cover(font_configs) 27 | 28 | 29 | if __name__ == '__main__': 30 | main() 31 | -------------------------------------------------------------------------------- /tools/check.py: -------------------------------------------------------------------------------- 1 | from tools.configs.font import FontConfig 2 | from tools.services import check_service 3 | 4 | 5 | def main(): 6 | for font_config in FontConfig.load().values(): 7 | check_service.check_glyph_files(font_config) 8 | 9 | 10 | if __name__ == '__main__': 11 | main() 12 | -------------------------------------------------------------------------------- /tools/configs/__init__.py: -------------------------------------------------------------------------------- 1 | from typing import Literal, get_args 2 | 3 | version = '2025.05.26' 4 | 5 | type FontFormat = Literal['otf', 'otf.woff', 'otf.woff2', 'ttf', 'ttf.woff', 'ttf.woff2', 'bdf', 'pcf'] 6 | font_formats = list[FontFormat](get_args(FontFormat.__value__)) 7 | -------------------------------------------------------------------------------- /tools/configs/path_define.py: -------------------------------------------------------------------------------- 1 | from pathlib import Path 2 | 3 | project_root_dir = Path(__file__).parent.joinpath('..', '..').resolve() 4 | 5 | assets_dir = project_root_dir.joinpath('assets') 6 | glyphs_dir = assets_dir.joinpath('glyphs') 7 | templates_dir = assets_dir.joinpath('templates') 8 | images_dir = assets_dir.joinpath('images') 9 | 10 | build_dir = project_root_dir.joinpath('build') 11 | outputs_dir = build_dir.joinpath('outputs') 12 | releases_dir = build_dir.joinpath('releases') 13 | 14 | docs_dir = project_root_dir.joinpath('docs') 15 | -------------------------------------------------------------------------------- /tools/format_glyphs.py: -------------------------------------------------------------------------------- 1 | from tools.configs.font import FontConfig 2 | from tools.services import format_service 3 | 4 | 5 | def main(): 6 | for font_config in FontConfig.load().values(): 7 | format_service.format_glyphs(font_config) 8 | 9 | 10 | if __name__ == '__main__': 11 | main() 12 | -------------------------------------------------------------------------------- /tools/services/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TakWolf/retro-pixel-font/488598ce01705771327bc0486461b13e02106abd/tools/services/__init__.py -------------------------------------------------------------------------------- /tools/services/check_service.py: -------------------------------------------------------------------------------- 1 | from pixel_font_knife import glyph_file_util 2 | 3 | from tools.configs.font import FontConfig 4 | 5 | 6 | def check_glyph_files(font_config: FontConfig): 7 | context = glyph_file_util.load_context(font_config.glyphs_dir) 8 | for code_point, flavor_group in context.items(): 9 | for glyph_file in set(flavor_group.values()): 10 | assert glyph_file.height == font_config.line_height, f"[{font_config.outputs_name}] glyph bitmap error: '{glyph_file.file_path}'" 11 | -------------------------------------------------------------------------------- /tools/services/format_service.py: -------------------------------------------------------------------------------- 1 | import shutil 2 | from pathlib import Path 3 | 4 | from pixel_font_knife import glyph_file_util 5 | 6 | from tools.configs.font import FontConfig 7 | 8 | 9 | def _is_empty_dir(path: Path) -> bool: 10 | for item_path in path.iterdir(): 11 | if item_path.name == '.DS_Store': 12 | continue 13 | return False 14 | return True 15 | 16 | 17 | def format_glyphs(font_config: FontConfig): 18 | context = glyph_file_util.load_context(font_config.glyphs_dir) 19 | glyph_file_util.normalize_context(context, font_config.glyphs_dir) 20 | 21 | for file_dir, _, _ in font_config.glyphs_dir.walk(top_down=False): 22 | if _is_empty_dir(file_dir): 23 | shutil.rmtree(file_dir) 24 | -------------------------------------------------------------------------------- /tools/update_docs.py: -------------------------------------------------------------------------------- 1 | from tools.configs.font import FontConfig 2 | from tools.services import publish_service 3 | 4 | 5 | def main(): 6 | publish_service.update_readme_md(FontConfig.load()) 7 | publish_service.update_docs() 8 | 9 | 10 | if __name__ == '__main__': 11 | main() 12 | --------------------------------------------------------------------------------