🎨 ux(fonts): changed jetbrainsmono to the new variant

This commit is contained in:
Sergio Laín 2023-11-23 21:08:03 +01:00
parent 56cd0728cd
commit ce03e43e1c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
6 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=Catppuccin-Macchiato-Standard-Lavender-Dark
gtk-icon-theme-name=Catppuccin-SE
gtk-font-name=JetBrainsMono NFM 10
gtk-font-name=JetBrainsMono NF 10
gtk-cursor-theme-name=Catppuccin-Macchiato-Dark-Cursors
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH

View file

@ -6,10 +6,10 @@
#: individual font faces and even specify special fonts for particular
#: characters.
font_family JetBrainsMono Nerd Font Thin
bold_font JetBrainsMono Nerd Font Light
italic_font JetBrainsMono Nerd Font Italic
bold_italic_font JetBrainsMono Nerd Font Medium Italic
font_family JetBrainsMono NF Regular
bold_font JetBrainsMono NF Bold
italic_font JetBrainsMono NF Italic
bold_italic_font JetBrainsMono NF Medium Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
@ -24,7 +24,7 @@ bold_italic_font JetBrainsMono Nerd Font Medium Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 11.0
font_size 10.0
#: Font size (in pts)

View file

@ -13,7 +13,7 @@ configuration {
/*****----- Global Properties -----*****/
* {
font: "JetBrains Mono Nerd Font 10";
font: "JetBrainsMono NF 10";
}
/*****----- Main Window -----*****/
@ -149,7 +149,7 @@ mode-switcher{
background-color: #24273A;
}
button {
font: "JetBrains Mono Nerd Font 10";
font: "JetBrainsMono NF 10";
padding: 10px;
border-radius: 10px;
background-image: linear-gradient(#939ab7);

View file

@ -1,5 +1,5 @@
ignore-empty-password
font=JetBrainsMono Nerd Font
font=JetBrainsMono NF
clock

View file

@ -11,7 +11,7 @@
* {
all: unset;
font-size: 14px;
font-family: "JetBrainsMono Nerd Font";
font-family: "JetBrainsMono NF";
transition: 200ms;
}

View file

@ -1,5 +1,5 @@
* {
font-family: JetBrainsMono Nerd Font;
font-family: JetBrainsMono NF;
font-size: 13px;
min-height: 0;
}