summaryrefslogtreecommitdiff
path: root/docs/lab/lab.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-03 01:29:56 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-03 01:29:56 +0300
commit5a5be63d6e59d5c437b270a5522b370ba845bf39 (patch)
tree46a9027b80e26e5ac49a8dabac3f0867e200e9a2 /docs/lab/lab.css
parenta5cf88e6591bfc72b34d4c898d8d567f0032a80b (diff)
downloadinter-5a5be63d6e59d5c437b270a5522b370ba845bf39.tar.xz
The Great Rename to "Inter"
Diffstat (limited to 'docs/lab/lab.css')
-rw-r--r--docs/lab/lab.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/lab/lab.css b/docs/lab/lab.css
index 1c912f7d0..8f86b98ac 100644
--- a/docs/lab/lab.css
+++ b/docs/lab/lab.css
@@ -10,7 +10,7 @@ body {
font-family: "Roboto", serif;
}
.systemFont {
- font-family: system-ui,-apple-system,"SF Pro Text","SF UI Text",BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;, serif;
+ font-family: system-ui,-system,-system-ui,-apple-system,sans-serif;
}
.de-emphasize {
color:#555;
@@ -34,6 +34,11 @@ h2 {
margin: 42px 18px 0 18px;
padding: 6px;
}
+
+i, cite, em, var, address, dfn {
+ font-style: oblique;
+}
+
.options {
width: 275px;
box-sizing:border-box;