Update 'JetBrainsMono Nerd Font' font name.

The latest update changed the font name from 'JetBrainsMono Nerd Font'
to 'JetBrainsMono NF'.
This commit is contained in:
Viyurz 2023-11-23 08:21:01 +01:00
parent 92742f2f35
commit ffbfc313b8
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# https://sw.kovidgoyal.net/kitty/conf/
# Fonts
font_family 'JetBrainsMono Nerd Font'
font_family 'JetBrainsMono NF'
bold_font auto
italic_font auto
bold_italic_font auto

View file

@ -4,7 +4,7 @@ border-color=#579ce7
background-color=#0d3259
border-radius=4
border-size=2
font='JetBrainsMono Nerd Font' 11
font='JetBrainsMono NF' 11
outer-margin=30,30,0,0
[mode=dnd]

View file

@ -1,7 +1,7 @@
@import url("file:///home/viyurz/.config/gtk-3.0/colors-gtk.css");
* {
font-family: 'JetBrainsMono Nerd Font';
font-family: 'JetBrainsMono NF';
font-size: 13px;
}

View file

@ -2,7 +2,7 @@
window {
color: @foreground;
font-family: 'JetBrainsMono Nerd Font';
font-family: 'JetBrainsMono NF';
background-image: linear-gradient(160deg, @background1, @background2), linear-gradient(160deg, @accent1, @accent2);
background-clip: padding-box, border-box;
background-origin: border-box;

View file

@ -141,7 +141,7 @@ declare -A params=(
[border_size]=2
[gaps_out]=15
[gaps_in]=8
[font]="'JetBrainsMono Nerd Font'"
[font]="'JetBrainsMono NF'"
)
# Display accent colors