{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_prepend %}
{% for custom_tag in custom_tags %}
{% if custom_tag.S_CUSTOM_BBCODE_ALLOWED %}
{% if custom_tag.BBCODE_TAG in ['font=', 'font'] %}
{% if S_ALLOW_CDN %}
{% if abbc3_google_fonts is not iterable %}{% set abbc3_google_fonts = [] %}{% endif %}
{% set abbc3_google_fonts = abbc3_google_fonts|merge(['Open Sans']) %}
{% endif %}
{% if abbc3_google_fonts is iterable %}{% set ABBC3_BBCODE_FONTS = { ABBC3_GOOGLE_FONTS: abbc3_google_fonts|sort }|merge(ABBC3_BBCODE_FONTS) %}{% endif %}
{% if constant('IN_ADMIN') is defined %}
{% else %}