diff --git a/configuration.org b/configuration.org
index a264ea865bd63b8e9c812f8dd384cea565837a57..0d5b52bffee8c3c34ed104ff79f515da15e9e38c 100644
--- a/configuration.org
+++ b/configuration.org
@@ -329,9 +329,9 @@ Select the font I will use depending on the system
     (setq mh-font-variable "DejaVu Sans")
     )
   )
-(set-face-attribute 'default nil :font mh-font-fixed :weight 'light :height 140)
-(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'light :height 140)
-(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'light :height 1.3)
+(set-face-attribute 'default nil :font mh-font-fixed :weight 'normal :height 150)
+(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'normal :height 150)
+(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'normal :height 150)
 (set-frame-font mh-font-fixed nil t)
 #+end_src
 
@@ -539,6 +539,7 @@ org with contributed packages added.
      (shell . t)
      (rust . t)
      ))
+  (org-fontify-quote-and-verse-blocks t)
   :config
   (add-to-list 'org-structure-template-alist
                '("el" . "src emacs-lisp"))