summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 08a30dbbc..c5dc67aee 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -242,7 +242,11 @@ html { font-family: 'Inter', sans-serif; }
{% endfor %}
</grid>
<p class="example" title="CSS code">
+ {% if feat_tag == "calt" %}
+ <tt>/* calt is enabled by default */</tt>
+ {% else %}
<tt>font-feature-settings: '{{feat_tag}}' 1</tt>
+ {% endif %}
</p>
{% if f.footer %}
<p>{{f.footer}}</p>