TCPDF Table of Contents modifications made to the TCPDF class Line 21392 in class public function addTOC($page='', $numbersfont='', $filler='.', $toc_name='TOC', $style='', $color=array(0,0,0)) if ($outline['l'] == 0) { /*SJH - 8/15/2020 deleted B from '' to have table of contents pages in normal weight.*/ $this->SetFont($fontfamily, $outline['s'].'', $fontsize); } else { $this->SetFont($fontfamily, $outline['s'], $fontsize - $outline['l']); }