summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-09-12 10:08:18 +0300
committerRasmus Andersson <rasmus@notion.se>2017-09-12 10:08:18 +0300
commit4b7a326d741b01b6080a247d698b6cceb0f0531d (patch)
treec0c3f435334a37836d6bb7950316cdaa5778eb77
parentdab1e881b14eb87c332df2c36188ebda647f97c8 (diff)
downloadinter-4b7a326d741b01b6080a247d698b6cceb0f0531d.tar.xz
website
-rw-r--r--docs/index.css4
-rw-r--r--docs/index.html3
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.css b/docs/index.css
index 804f7749d..438eeebd0 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -70,6 +70,10 @@ dem { /* de-emphasize */
font-weight: 400;
opacity: 0.7;
}
+num { /* number */
+ font-feature-settings: 'calt' 1, 'ss01' 1;
+ white-space: pre;
+}
h1, h2, h3 {
font-weight: 500;
diff --git a/docs/index.html b/docs/index.html
index b238bbd4a..764f68c9d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -264,7 +264,8 @@
<li class="a">
Interface was developed in an a private, internal git repository
starting in November 2016, prior to being published on August 22, 2017.
- Between November 2016 and August 2017, there were 2&#x2006;990&#x2006;150 line edits made across 247 versions.
+ Between November 2016 and August 2017, there were
+ <num>2&#x2006;990&#x2006;150</num> line edits made across 247 versions.
The reason the public GitHub repository does not reflect this is the
fact that the project was initially only internal at the company where
the author works and had some sensitive information "checked in",