My personal emacs configuration

fonts: Iosevka Comfy Wide

+4 -2
+4 -2
init.el
··· 127 127 :config 128 128 (setq fontaine-presets 129 129 '((tiny 130 + :default-family "Iosevka Comfy Wide Fixed" 130 131 :default-height 70) 131 132 (small 133 + :default-family "Iosevka Comfy Fixed" 132 134 :default-height 90) 133 135 (regular 134 136 :default-height 100) ··· 145 147 :default-height 170 146 148 :bold-weight extrabold) 147 149 (t 148 - :default-family "MonoLisa" 150 + :default-family "Iosevka Comfy Wide" 149 151 :default-weight regular 150 152 :default-height 100 151 153 :fixed-pitch-family nil ; Falls back to :default-family 152 154 :fixed-pitch-weight nil ; Falls back to :default-weight 153 155 :fixed-pitch-height 1.0 154 - :variable-pitch-family "MonoLisa" 156 + :variable-pitch-family "Iosevka Comfy Wide Duo" 155 157 :variable-pitch-weight nil 156 158 :variable-pitch-height 1.0 157 159 :bold-family nil ; Whatever the underlying face has