• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/fontweight.php
  • Класс: BitrixLandingUpdateBlockFontWeight
  • Вызов: FontWeight::changeWeightClass
protected function changeWeightClass()
{
	$this->content = preg_replace(self::FONT_BOLD_MATCHER, 'g-font-weight-700', $this->content);
}