Browse Source

Move back to FuraCode #fonts

Colin Powell 6 years ago
parent
commit
92b0e40f08

+ 4 - 4
alacritty/.config/alacritty/alacritty.yml

@@ -81,19 +81,19 @@ tabspaces: 8
 font:
   # Normal (roman) font face
   normal:
-    family: Monoid
+    family: FuraCode Nerd Font
     # The `style` can be specified to pick a specific face.
     #style: Regular
 
   # Bold font face
   bold:
-    family: Monoid
+    family: FuraCode Nerd Font
     # The `style` can be specified to pick a specific face.
     #style: Bold
 
   # Italic font face
   italic:
-    family: Monoid
+    family: FuraCode Nerd Font
     # The `style` can be specified to pick a specific face.
     #style: Italic
 
@@ -269,7 +269,7 @@ selection:
   semantic_escape_chars: ",│`|:\"' ()[]{}<>"
 
   # When set to `true`, selected text will be copied to the primary clipboard.
-  save_to_clipboard: false
+  save_to_clipboard: true
 
 cursor:
   # Cursor style

+ 2 - 2
emacs/.config/doom/+ui.el

@@ -3,8 +3,8 @@
 (setq doom-theme 'doom-Iosvkem)
 
 ;; Fonts
-(setq doom-font (font-spec :family "Monoid" :size 12))
-(setq doom-big-font (font-spec :family "Monoid" :size 18))
+(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
+(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
 ;; Dash highlighting
 ;; (after! dash (dash-enable-font-lock))
 

+ 2 - 2
kitty/.config/kitty/kitty.conf

@@ -6,7 +6,7 @@
 #: individual font faces and even specify special fonts for particular
 #: characters.
 
-font_family    Monoid
+font_family    FuraCode Nerd Font
 # bold_font        auto
 # italic_font      auto
 # bold_italic_font auto
@@ -22,7 +22,7 @@ font_family    Monoid
 #:     italic_font      Operator Mono Book Italic
 #:     bold_italic_font Operator Mono Medium Italic
 
-font_size 10.0
+font_size 12.0
 
 #: Font size (in pts)