{% extends "_base.html" %} {% block title %}Glyphs{% endblock %} {% block style %} {{ super() }} .cell{ z-index: -100; float: left; display: block; text-align: center; padding: 5pt; margin: 5pt; width: 50pt; line-height: {{ pt_size | int * 1.5}}px; } .cell-word{ z-index: -100; float: left; display: block; text-align: center; padding: 5pt; margin: 5pt; line-height: {{ pt_size | int * 1.5}}px; } .cat-strings .cell { clear: both; position: static; float: none; text-align: left; } .box-title { clear: both; } {% endblock %} {% block content_name %} Diffenator {% endblock %} {% block content %} {% for font_class in font_styles or font_styles_old or font_styles_new %}