mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
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.)
This commit is contained in:
@ -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") },
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user