chore(tabler): renamed font to tabler.ttf

This commit is contained in:
Lemmy
2026-04-07 09:12:28 -04:00
parent 83aafa2fee
commit 1d01a571f2
4 changed files with 1 additions and 5 deletions
-4
View File
@@ -8,10 +8,6 @@
#include <string_view>
#include <unistd.h>
#ifndef NOCTALIA_ASSETS_DIR
#define NOCTALIA_ASSETS_DIR "assets"
#endif
namespace {
std::string toLower(std::string_view s) {
+1 -1
View File
@@ -99,7 +99,7 @@ void RenderContext::initialize(wl_display* display) {
m_textRenderer.initialize(fonts);
const auto boldFonts = m_fontService.resolveFallbackChain("sans-serif", 8, FC_WEIGHT_BOLD);
m_boldTextRenderer.initialize(boldFonts);
m_iconTextRenderer.initialize({{NOCTALIA_ASSETS_DIR "/fonts/tabler-icons.ttf", 0}});
m_iconTextRenderer.initialize({{NOCTALIA_ASSETS_DIR "/fonts/tabler.ttf", 0}});
ensureGlPrograms();
// Pre-warm the glyph atlas so first use doesn't stall.