~/.local/share/Steam/steamapps/common/AsepriteAseprite/data/fonts.xml を編集する。
必要に応じてバックアップを取っておく。
以下の2つの要素を変更する。
・変更前
<font name="Aseprite"
type="spritesheet"
file="aseprite_font.png">
<fallback font="Unicode" size="8" />
</font>
<font name="Aseprite Mini"
type="spritesheet"
file="aseprite_mini.png">
<fallback font="Unicode" size="6" />
</font>
・変更後
<font name="Aseprite"
type="truetype"
file_win="Arial.ttf"
file_mac="Arial Unicode.ttf"
file_linux="DejaVuSans.ttf">
<fallback font="Unicode" size="8" />
</font>
<font name="Aseprite Mini"
type="truetype"
file_win="Arial.ttf"
file_mac="Arial Unicode.ttf"
file_linux="DejaVuSans.ttf">
<fallback font="Unicode" size="6" />
</font>
200% ---> 100%100% ---> 200%これでフォントが変更されたハズ。