{% load i18n %} {% load static %} {% load settings_tags %} {% load get_files from webpack_loader %} {% get_current_language as LANGUAGE_CODE %} {% get_files 'editor_content' 'js' as editor_content_js_files %} {% get_files 'editor_content' 'css' as editor_content_css_files %} {% if language.slug == 'zh-CN' %} {% firstof "body { font-family: 'Noto Sans SC', sans-serif; }" as content_style %} {% elif right_to_left %} {% firstof "body { font-family: 'Lateef', sans-serif; font-size: 1.2rem; }" as content_style %} {% else %} {% firstof "body { font-family: 'Open Sans', sans-serif; }" as content_style %} {% endif %}