Apply predefined custom styles to text in Redactor fields.
Redactor Custom Styles is available in the Plugin Store. You can also install the plugin manually from the command line with the following commands.
> composer require carlcs/craft-redactorcustomstyles
> ./craft install/plugin redactor-custom-styles
Copy the files from _examples/redactor/
into your config/redactor/
folder and a “Example” option will become available within the “Redactor Config” setting on your Redactor field’s settings.
...