Fixes #17511: Restore consistent font support for non-Latin characters

This commit is contained in:
Jeremy Stretch
2024-09-24 16:35:20 -04:00
parent 9bccc11c28
commit b4dd71d578
50 changed files with 11 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
{# Title #}
<div>
<h1 class="page-title mt-1 mb-2">{% block title %}{% endblock title %}</h1>
<h1 class="page-title">{% block title %}{% endblock title %}</h1>
{% block subtitle %}{% endblock %}
</div>