summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-24 01:33:00 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-24 01:33:00 +0300
commit7d616dc2b85ea136413d3573fb9d0acd323e7ee5 (patch)
tree80341d39ea9ad8d5dacd8c893e97377e289d3bcb
parentb91dd3afec622d543f2a0f83bacef23446b17c19 (diff)
downloadinter-7d616dc2b85ea136413d3573fb9d0acd323e7ee5.tar.xz
website lab: make sure roboto is imported before any other CSS rules
-rw-r--r--docs/lab/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 6d6f9c5c6..438c3e513 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -607,6 +607,8 @@ for (const ch of uniqueChars) {
<meta charset="utf-8">
<title>👀</title>
<style id="font-css" type="text/css-template">
+/* Roboto for comparison */
+@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@font-face {
font-family: 'Interface-VERSION';
@@ -653,9 +655,6 @@ for (const ch of uniqueChars) {
url("fonts/Interface-BoldItalic.woff") format("woff");
}
-/* Roboto for comparison */
-@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
-
.interface, .interface input, .interface select {
font-family: 'Interface-VERSION', 'Interface', serif !important;
}