Add ¡¡¡Estupido-Espezial!!! font
This commit is contained in:
parent
09dc6c51af
commit
c9f62c923d
2 changed files with 2 additions and 1 deletions
3
fonts.py
3
fonts.py
|
|
@ -16,5 +16,6 @@ class Font:
|
||||||
def fonts():
|
def fonts():
|
||||||
return {
|
return {
|
||||||
"CYBER": Font("CYBER", "resources/OCRAEXT.TTF", 3, True).to_dict(),
|
"CYBER": Font("CYBER", "resources/OCRAEXT.TTF", 3, True).to_dict(),
|
||||||
"ComicMono": Font("Comic Sans Mono", "resources/ComicMono.ttf", 0).to_dict()
|
"ComicMono": Font("Comic Sans Mono", "resources/ComicMono.ttf", 0).to_dict(),
|
||||||
|
"EstupidoEspezial": Font("¡¡¡Estupido-Espezial!!!", "resources/Estupido Espezial.ttf", 1).to_dict()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
resources/Estupido Espezial.ttf
Normal file
BIN
resources/Estupido Espezial.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue