patorjk / figlet.js

A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "ANSI Regular" font to the font directory

ea167 opened this issue · comments

Hi,
First, congrats for this great package, used by many IDE extensions!

In many of those extensions (eg. Banner Comments for VSCode), the default font is "ANSI Shadow".
The problem with this font is that it is not readable in the minimap on the right side.

The "ANSI Regular" solves the readability issue, unfortunately it is not included by default in your package.

The "ANSI Regular" can be found in https://github.com/xero/figlet-fonts or https://github.com/miguelmota/figlet-ansi-regular-font

It would be wonderful if you could add it and consequently make it available in all those extensions that depend on your package.
Thank you!

Sure, I can add this in - I meant to do it last night but it slipped my mind. If it's not in by the end of the weekend just ping me.

Font has been added.

Thank you @patorjk!