[fonts] Use IBM Plex Mono for my launcher

This commit is contained in:
Sebastian Schulze 2021-06-10 09:41:58 +02:00
parent 30d5b86741
commit 6ceaeddbfc
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 6 additions and 14 deletions

View File

@ -3,17 +3,9 @@ import:
font:
normal:
family: Fantasque Sans Mono
size: 15.0
fallback_size: 20.0
offset:
x: 0
y: 0
glyph_offset:
x: 0
y: 0
family: IBM Plex Mono
size: 14.0
# fallback_size: 20.0
background_opacity: 0.7

View File

@ -111,7 +111,7 @@
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [ font-awesome twitter-color-emoji jetbrains-mono fira fira-mono fira-code fantasque-sans-mono medio terminus_font ];
fonts = with pkgs; [ font-awesome twitter-color-emoji jetbrains-mono fira fira-mono fira-code fantasque-sans-mono medio terminus_font ibm-plex ];
fontconfig.enable = true;
fontconfig.defaultFonts = {
emoji = [ "Font Awesome 5 Free" "Noto Color Emoji" ];

View File

@ -86,9 +86,9 @@
("r" "RubyShift" entry (file+headline "~/Documents/Zettelkasten/Projects.org" "RubyShift")
"* %?\nEntered on %U\n %i\n %a")))
(let* (
(headline-font `(:font "Fantasque Sans Mono"))
(headline-font `(:font "JetBrains Mono"))
(base-font-color (face-foreground 'default nil 'default))
(headline `(:inherit default :weight bold :foreground ,base-font-color)))
(headline `(:inherit default :foreground ,base-font-color)))
(custom-theme-set-faces
'user