Skip to content

Commit

Permalink
fix : cola font fixed #189
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 9, 2021
1 parent 277329d commit 47d3af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/text_dic1.py
Original file line number Diff line number Diff line change
Expand Up @@ -13960,7 +13960,7 @@

cola_dic = {
' ': u' \n \n \n \n \n \n',
'$': u' \n \n \n \n \n \n',
'$': u'$\n \n \n \n \n \n',
'(': u'(\n \n \n \n \n \n',
',': u" \n \n \n.-. \n`-; \n ' \n",
'0': u" \n .--. \n ; .'; \n;.' ; \n`;;' \n \n",
Expand Down Expand Up @@ -14013,7 +14013,7 @@
'2': u" \n .;^^;. \n ` .' \n .' \n.;;;;;' \n \n",
'6': u' \n ,:"\' \n,:-. \n; : \n`\':` \n \n',
':': u" \n .-. \n `-' \n.-. \n`-' \n \n",
'>': u'> >\n \n \n \n \n \n',
'>': u'>\n \n \n \n \n \n',
'B': u" .-. \n (_) )-. \n .: __) \n .:' `. \n :' ) \n(_/ `----' \n",
'F': u" .-._.;;;' \n (_).; \n .:--. \n .:' \n .-: \n(_/ \n",
'J': u" .;;; \n .;' \n .;' \n.-. .;' \n`. .; \n `;;;;;;' \n",
Expand Down

0 comments on commit 47d3af1

Please sign in to comment.