diff --git a/CImg.h b/CImg.h
index 25084ae258fccaba78040936565106cc876ce8cb..afaf0849127b037b103d465385e05e52ae9085ec 100644
--- a/CImg.h
+++ b/CImg.h
@@ -59431,7 +59431,7 @@ namespace cimg_library_suffixed {
           font[' '].resize(font['f']._width,-100,-100,-100,0);
           if (' ' + 256<font.size()) font[' ' + 256].resize(font['f']._width,-100,-100,-100,0);
         }
-        cimglist_for(font,l) font[l].resize(std::max(font['j']._width,font[l]._width) + padding_x,-100,1,1,0,0,0.65f);
+        cimglist_for(font,l) font[l].resize(std::max(font['j']._width,font[l]._width) + padding_x,-100,1,1,0,0,0.55f);
         font.insert(256,0);
         cimglist_for_in(font,0,255,l) font[l].assign(font[l + 256]._width,font[l + 256]._height,1,3,1);
       }