8 lines
218 B
C
8 lines
218 B
C
|
|
#ifndef _DOW_FONTS_H
|
||
|
|
#define _DOW_FONTS_H
|
||
|
|
|
||
|
|
#include <Fonts/FreeSans9pt7b.h>
|
||
|
|
#include <Fonts/FreeSans12pt7b.h>
|
||
|
|
#include <Fonts/FreeSans24pt7b.h>
|
||
|
|
#include "fonts/fira_code_62.h"
|
||
|
|
#endif // _DOW_FONTS_H
|