Badger2040: Comment out meh fonts

This commit is contained in:
Phil Howard 2022-02-21 16:52:07 +00:00
parent af230b5fd5
commit a38dc98199
1 changed files with 3 additions and 3 deletions

View File

@ -845,12 +845,12 @@ static const hershey_font_t timesrb {
static std::map<std::string, const hershey_font_t*> fonts = {
{ "sans", &futural },
{ "sans_bold", &futuram },
//{ "sans_bold", &futuram },
{ "gothic", &gothgbt },
{ "cursive_bold", &scriptc },
//{ "cursive_bold", &scriptc },
{ "cursive", &scripts },
{ "serif_italic", &timesi },
{ "serif", &timesr },
{ "serif_bold", &timesrb }
//{ "serif_bold", &timesrb }
};