diff --git a/lpdf.php b/lpdf.php index 9ea58b0..ab99a5d 100644 --- a/lpdf.php +++ b/lpdf.php @@ -322,7 +322,7 @@ class lpdf /* Pick a font */ if(in_array('bold', $options)) { - $font = $this->headerfont; + $font = $this->boldfont; } else { $font = $this->normalfont; }