Change which JetBrains nerd font that is used.

This commit is contained in:
Martin Larsson 2024-04-07 15:21:41 +02:00
parent 0c8876f3a1
commit 5629282498
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ tab_bar_margin_height 0 0
macos_quit_when_last_window_closed yes
# font
font_family JetBrainsMonoNL Nerd Font Mono
font_family JetBrainsMono Nerd Font
font_size 12
modify_font cell_height +2

View file

@ -3,7 +3,7 @@
* {
border: none;
border-radius: 8px;
font-family: "JetBrainsMonoNL Nerd Font Mono";
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
font-size: 14px;
min-height: 14px;