summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-22 20:23:32 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-22 20:28:57 +0300
commit9207321ce55ee354ec340f44523f385d2045df79 (patch)
treed52f68b7be523c603af60009897cb212ccba2bc6
parent797757bde2e305e035bcba65a93993ecd0716398 (diff)
downloadinter-9207321ce55ee354ec340f44523f385d2045df79.tar.xz
web lab: fixes issue with incorrect font name
-rw-r--r--docs/lab/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 48c05d729..a61213b4e 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -609,14 +609,14 @@ for (const ch of uniqueChars) {
<style id="font-css" type="text/css-template">
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: normal;
font-weight: 400;
src: url("fonts/Interface-Regular.woff2") format("woff2"),
url("fonts/Interface-Regular.woff") format("woff");
}
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: italic;
font-weight: 400;
src: url("fonts/Interface-RegularItalic.woff2") format("woff2"),
@@ -624,14 +624,14 @@ for (const ch of uniqueChars) {
}
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: normal;
font-weight: 500;
src: url("fonts/Interface-Medium.woff2") format("woff2"),
url("fonts/Interface-Medium.woff") format("woff");
}
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: italic;
font-weight: 500;
src: url("fonts/Interface-MediumItalic.woff2") format("woff2"),
@@ -639,14 +639,14 @@ for (const ch of uniqueChars) {
}
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: normal;
font-weight: 700;
src: url("fonts/Interface-Bold.woff2") format("woff2"),
url("fonts/Interface-Bold.woff") format("woff");
}
@font-face {
- font-family: 'Interface-VERSION', 'Interface';
+ font-family: 'Interface-VERSION';
font-style: italic;
font-weight: 700;
src: url("fonts/Interface-BoldItalic.woff2") format("woff2"),