Badger2040: Comment out meh fonts
This commit is contained in:
parent
af230b5fd5
commit
a38dc98199
|
@ -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", ×i },
|
||||
{ "serif", ×r },
|
||||
{ "serif_bold", ×rb }
|
||||
//{ "serif_bold", ×rb }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue