summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-06-07 03:03:01 +0300
committerRasmus Andersson <rasmus@notion.se>2022-06-07 03:03:01 +0300
commit27b9a1310d10478d7d9803c7024a8682697a63eb (patch)
tree3e55bf564d5b611a033f0c2ef052617502d2b918 /docs
parent675f27e9b8ab6302e19bf598518af12ba1e89efb (diff)
downloadinter-27b9a1310d10478d7d9803c7024a8682697a63eb.tar.xz
website: lab: fix opsz range max value
Diffstat (limited to 'docs')
-rw-r--r--docs/lab/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index b45fe483a..b0c470990 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -77,8 +77,8 @@ if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
<label class="label-and-value varfontControl">
<span title="Optical size">opsz:</span>
- <input type="range" value="0" step="0.01" min="16" max="72" name="varOpsz">
- <input type="number" value="0" step="0.01" min="16" max="72" name="varOpszNum">
+ <input type="range" value="0" step="0.01" min="16" max="32" name="varOpsz">
+ <input type="number" value="0" step="0.01" min="16" max="32" name="varOpszNum">
</label>
<label class="label-and-value staticfontControl">
@@ -873,7 +873,7 @@ function main() {
let varState = {
weight: 400, // 400..900
slant: 0, // 0..-10
- opsz: 16, // 16..72
+ opsz: 16, // 16..32
}
function updateVarFont() {