adding berkeley mono as the default.

This commit is contained in:
2026-01-01 20:09:21 -08:00
parent 2408f5494c
commit dda7541e2f
5 changed files with 5465 additions and 14 deletions

View File

@@ -208,6 +208,7 @@ set(FONT_HEADERS
fonts/Syne.h
fonts/Triplicate.h
fonts/Unispace.h
fonts/BerkeleyMono.h
)
set(COMMON_HEADERS
@@ -255,6 +256,7 @@ if (BUILD_GUI)
ImGuiFrontend.h
ImGuiInputHandler.h
ImGuiRenderer.h
fonts/BerkeleyMono.h
)
endif ()
endif ()