fontFamily = $fontFamily; } public function getFontFamily() { return $this->fontFamily; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } }