Commit 1c7c5bf364fb

Vincent Demeester <vincent@sbr.pm>
2018-03-26 11:40:02
Fix font (Fire -> Fira)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 574eec6
Changed files (1)
lisp/vde-style.el
@@ -4,11 +4,11 @@
 ;; - Iosevka (https://github.com/be5invis/Iosevka)
 ;; - Fira Sans (https://github.com/mozilla/Fira/)
 (set-face-attribute 'default nil
-		    :family "Fire Code"
-                    :height 130)
+		    :family "Fira Code"
+                    :height 120)
 (set-face-attribute 'variable-pitch nil
                     :family "Fira Sans"
-                    :height 130
+                    :height 120
                     :weight 'regular)
 
 ;;; Interface