__('Primary Headline'), self::TYPOGRAPHY_2 => __('Secondary Headline'), self::TYPOGRAPHY_3 => __('Body Text'), self::TYPOGRAPHY_4 => __('Accent Text'), ]; } public function getDefaultScheme() { return [ self::TYPOGRAPHY_1 => [ 'font_family' => 'Roboto', 'font_weight' => '600', ], self::TYPOGRAPHY_2 => [ 'font_family' => 'Roboto Slab', 'font_weight' => '400', ], self::TYPOGRAPHY_3 => [ 'font_family' => 'Roboto', 'font_weight' => '400', ], self::TYPOGRAPHY_4 => [ 'font_family' => 'Roboto', 'font_weight' => '500', ], ]; } protected function _initSystemSchemes() { return []; } public function printTemplateContent() { ?>