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:
parent
92742f2f35
commit
ffbfc313b8
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/
|
# https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_family 'JetBrainsMono Nerd Font'
|
font_family 'JetBrainsMono NF'
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
|
@ -4,7 +4,7 @@ border-color=#579ce7
|
||||||
background-color=#0d3259
|
background-color=#0d3259
|
||||||
border-radius=4
|
border-radius=4
|
||||||
border-size=2
|
border-size=2
|
||||||
font='JetBrainsMono Nerd Font' 11
|
font='JetBrainsMono NF' 11
|
||||||
outer-margin=30,30,0,0
|
outer-margin=30,30,0,0
|
||||||
|
|
||||||
[mode=dnd]
|
[mode=dnd]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import url("file:///home/viyurz/.config/gtk-3.0/colors-gtk.css");
|
@import url("file:///home/viyurz/.config/gtk-3.0/colors-gtk.css");
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'JetBrainsMono Nerd Font';
|
font-family: 'JetBrainsMono NF';
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
window {
|
window {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font-family: 'JetBrainsMono Nerd Font';
|
font-family: 'JetBrainsMono NF';
|
||||||
background-image: linear-gradient(160deg, @background1, @background2), linear-gradient(160deg, @accent1, @accent2);
|
background-image: linear-gradient(160deg, @background1, @background2), linear-gradient(160deg, @accent1, @accent2);
|
||||||
background-clip: padding-box, border-box;
|
background-clip: padding-box, border-box;
|
||||||
background-origin: border-box;
|
background-origin: border-box;
|
||||||
|
|
|
@ -141,7 +141,7 @@ declare -A params=(
|
||||||
[border_size]=2
|
[border_size]=2
|
||||||
[gaps_out]=15
|
[gaps_out]=15
|
||||||
[gaps_in]=8
|
[gaps_in]=8
|
||||||
[font]="'JetBrainsMono Nerd Font'"
|
[font]="'JetBrainsMono NF'"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Display accent colors
|
# Display accent colors
|
||||||
|
|
Loading…
Reference in a new issue