summaryrefslogtreecommitdiff
path: root/docs/lab
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-12-28 04:44:26 +0300
committerRasmus Andersson <rasmus@notion.se>2018-12-28 04:44:26 +0300
commit2b20e67cae0dec661647e3e16d80734f03eb45cb (patch)
tree665c5bc2496f2d11ea3a17889d6156839b629e84 /docs/lab
parent9bb34a8fa6309c51893dce952375909c11250638 (diff)
downloadinter-2b20e67cae0dec661647e3e16d80734f03eb45cb.tar.xz
adds extra light weight to build system
Diffstat (limited to 'docs/lab')
-rw-r--r--docs/lab/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index db2162d4f..958a1c08b 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -1017,6 +1017,23 @@ for (const ch of uniqueChars) {
@font-face {
font-family: 'Inter-UI-VERSION';
font-style: normal;
+ font-weight: 200;
+ font-display: auto;
+ src: url("fonts/const/Inter-UI-ExtraLight.woff2") format("woff2"),
+ url("fonts/const/Inter-UI-ExtraLight.woff") format("woff");
+}
+@font-face {
+ font-family: 'Inter-UI-VERSION';
+ font-style: italic;
+ font-weight: 200;
+ font-display: auto;
+ src: url("fonts/const/Inter-UI-ExtraLightItalic.woff2") format("woff2"),
+ url("fonts/const/Inter-UI-ExtraLightItalic.woff") format("woff");
+}
+
+@font-face {
+ font-family: 'Inter-UI-VERSION';
+ font-style: normal;
font-weight: 300;
font-display: auto;
src: url("fonts/const/Inter-UI-Light.woff2") format("woff2"),
@@ -1314,6 +1331,7 @@ document.head.appendChild(fontCSS)
<label class="style">
<select name="weight" style="max-width:100px">
<option value="100">Thin (100)</option>
+ <option value="200">Extra Light (200)</option>
<option value="300">Light (300)</option>
<option value="400" selected>Regular (400)</option>
<option value="500">Medium (500)</option>