Are you using a (like an SSD1306 OLED or a P10 LED panel) for this font? Installing .h font in DMD Library - IDE 1.x - Arduino Forum
You can typically find this file within established graphics library repositories or specialized font collections for microcontrollers. Source Type Recommended Repository/Link Adafruit GFX Fonts Folder SSD1306 Specific SSD1306Ascii fonts on Codebender GitHub Gists DMD2 Arduino Font Gist Custom Collections Watterott GraphicsLib Fonts How to Install and Use the Library To use the 6x14 font in your project, follow these steps: Arduino-Libs/GraphicsLib/fonts.h at master - GitHub Font 6x14.h Library Download
#ifndef FONT6X14_H #define FONT6X14_H #include <stdint.h> Are you using a (like an SSD1306 OLED