summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-11 01:01:52 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-11 01:01:52 +0300
commitdd8ceeb7f2c7e5340e7312eb6a0adca5e5b72597 (patch)
tree37aa79f3a3dfd9b62b316c4256e35402c2f9c57b /docs/index.html
parenta1a1288cfa01fefe7b2ca8afd7161487bf8be13a (diff)
downloadinter-dd8ceeb7f2c7e5340e7312eb6a0adca5e5b72597.tar.xz
website: calt note on front page "calt is enabled by default"
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>