summaryrefslogtreecommitdiff
path: root/docs/lab/font-files.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lab/font-files.js')
-rw-r--r--docs/lab/font-files.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/lab/font-files.js b/docs/lab/font-files.js
index 3db1f61c4..61d444421 100644
--- a/docs/lab/font-files.js
+++ b/docs/lab/font-files.js
@@ -119,11 +119,12 @@ var fontFamilyName,
fontCSS.appendChild(document.createTextNode(css))
document.head.appendChild(fontCSS)
- // update family names to include CSS fallbacks
- fontFamilyName += ", 'Inter'"
- fontFamilyNameHinted += ", 'Inter'"
- fontFamilyNameVar += ", 'Inter var'"
- fontFamilyNameVarHinted += ", 'Inter var'"
+ // // update family names to include CSS fallbacks
+ // [rsms] Disabled to avoid local-font fallback
+ // fontFamilyName += ", 'Inter'"
+ // fontFamilyNameHinted += ", 'Inter'"
+ // fontFamilyNameVar += ", 'Inter var'"
+ // fontFamilyNameVarHinted += ", 'Inter var'"
})()