Commit 4b215bebb3dc

Vincent Demeester <vincent@sbr.pm>
2018-09-07 00:37:52
face-attribute font 120 -> 110
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 96cfbae
Changed files (1)
lisp/vde-style.el
@@ -5,14 +5,14 @@
 ;; - Fira Sans (https://github.com/mozilla/Fira/)
 (set-face-attribute 'default nil
 		    :family "Fira Code"
-                    :height 120)
+                    :height 110)
 (set-face-attribute 'variable-pitch nil
                     :family "Fira Sans"
-                    :height 120
+                    :height 110
                     :weight 'regular)
 (set-face-attribute 'variable-pitch nil
                     :family "Source Sans Pro"
-                    :height 120
+                    :height 110
                     :weight 'regular)
 
 ;;; Interface