• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/themefonts.php
  • Класс: BitrixLandingHookPageThemeFonts
  • Вызов: ThemeFonts::exec
public function exec(): void
{
	if ($this->execCustom())
	{
		return;
	}

	$this->setThemeFont();
	$this->setHFontTheme();
	$this->setSize();
	$this->setColors();
	$this->setTypo();
}