From c0ee4a252abaee577932ed03e3c157a4fcc8ca7d Mon Sep 17 00:00:00 2001 From: Qwerasd Date: Thu, 24 Jul 2025 17:52:41 -0600 Subject: [PATCH] font: revert switch to non-mono symbols nerd font This change might be good, but it is incomplete and not relevant to the PR that it's a part of. I'll explore making this change separately after this, since it might be a good idea. (It's incomplete since the attribute data was not re-generated based on the non-mono file.) --- src/build/SharedDeps.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/SharedDeps.zig b/src/build/SharedDeps.zig index c03746a48..f1a6f80c8 100644 --- a/src/build/SharedDeps.zig +++ b/src/build/SharedDeps.zig @@ -531,7 +531,7 @@ pub fn add( const nf_symbols = b.dependency("nerd_fonts_symbols_only", .{}); step.root_module.addAnonymousImport( "nerd_fonts_symbols_only", - .{ .root_source_file = nf_symbols.path("SymbolsNerdFont-Regular.ttf") }, + .{ .root_source_file = nf_symbols.path("SymbolsNerdFontMono-Regular.ttf") }, ); }