From 65f099606b928cdbaa2c6c0fab613631a2e4c36c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 3 Dec 2019 12:12:49 +0000 Subject: [PATCH] wait #3235 @0.1 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 832cac69b..6e8ecef58 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1984,6 +1984,7 @@ class wsHTML5Compiler // Chapters $lessVariables['menu-chapters-columns-count'] = max(1, min(6, $this->book->parametres->chaptersColumns)); $lessVariables['menu-chapters-columns-width'] = $this->book->parametres->chaptersColMaxWidth; + $lessVariables['menu-chapters-font-size'] = $this->book->parametres->chaptersFontSize; foreach ($this->book->chapters as $chapter) { if (substr($chapter->page, 0, 1) != '#') { -- 2.39.5