From ba49662904d5ba716802be57a48ea84cf89d3f10 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 4 Aug 2019 19:35:36 -0700 Subject: release 3.8 --- docs/index.html | 53 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 22 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 989963315..5876fe24c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,7 +47,21 @@ endfor - + + @@ -126,8 +140,8 @@ html { font-family: 'Inter', sans-serif; } -
-

Weights & Styles

+
+

Weights & Styles

There are nine weights, each with italic counterparts, making a total of 18 styles. @@ -137,8 +151,8 @@ html { font-family: 'Inter', sans-serif; } -

-

Variable

+
+

Variable

Inter is offered as both traditional constant font files @@ -203,8 +217,8 @@ html { font-family: 'Inter', sans-serif; } -

-

Features

+
+

Features

Inter comes with many OpenType features that can be used to tailor functionality and aesthetics to your specific needs. @@ -214,7 +228,7 @@ html { font-family: 'Inter', sans-serif; } {% for f in site.data.feature_samples %} -

{{f.title}} {{f.tag}}

+

{{f.tag}} {{f.title}}

{% if f.description %} @@ -269,11 +283,7 @@ html { font-family: 'Inter', sans-serif; } {% endfor %}

- {% if feat_tag == "calt" %} - /* calt is enabled by default */ - {% else %} font-feature-settings: '{{feat_tag}}' 1 - {% endif %}

{% if f.footer %}

{{f.footer}}

@@ -296,14 +306,14 @@ html { font-family: 'Inter', sans-serif; }
-
+
{% for g in site.data.glyphinfo.glyphs %} {% comment %} - + Ignore empty glyphs and glyphs without unicode mapping. {% endcomment %} @@ -330,7 +340,7 @@ html { font-family: 'Inter', sans-serif; } ev.preventDefault() ev.stopPropagation() - + var origel = ev.target var el = origel.cloneNode(true) var r = ev.target.getBoundingClientRect() @@ -343,7 +353,7 @@ html { font-family: 'Inter', sans-serif; } el.style.webkitUserSelect = 'text' el.style.userSelect = 'text' document.body.appendChild(el) - + el.innerText = el.innerText + " " + el.title el.contentEditable = true @@ -394,8 +404,8 @@ html { font-family: 'Inter', sans-serif; } -
-

The story behind Inter

+
+

The story behind Inter

Inter started out in late 2016 as an experiment to build a perfectly @@ -422,9 +432,8 @@ html { font-family: 'Inter', sans-serif; }

-

 

- -

FAQ

+

 

+

FAQ

@@ -465,7 +474,7 @@ html { font-family: 'Inter', sans-serif; } rsms.me/inter is backed by GitHub's server network and distributed globally on the CloudFlare CDN, making usage of https://rsms.me/inter/inter.css and associated font - files very reliable and fast throughout the world. + files very reliable and fast throughout the world. -- cgit v1.2.3