Typograph for Yellow CMS.
Download this extension, put zip
archive into your system
folder.
To uninstall delete all plugin files.
Blog extension.
Open system\layouts\blog.html
file.
Replace:
<?php echo $this->yellow->page->getContentHtml() ?>
To:
<?= (new YellowTypograph())->applyTypograph($this->yellow->page->getContentHtml()); ?>
You can apply typograph
in any text output location by analogy.