summaryrefslogtreecommitdiff
path: root/docs/res/base.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-29 20:32:06 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:38:24 +0300
commited0ff206fc38a544464d3ab7aa33a1ddc2e0c603 (patch)
treee96121119982b2b0966e15d34d8d8f0375df7fdf /docs/res/base.css
parent4a0bb4131209191b117ab180fc4a30b4cfe8fddd (diff)
downloadinter-ed0ff206fc38a544464d3ab7aa33a1ddc2e0c603.tar.xz
web: minor adjustments
Diffstat (limited to 'docs/res/base.css')
-rw-r--r--docs/res/base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/res/base.css b/docs/res/base.css
index e4c5ec082..c0e677ae3 100644
--- a/docs/res/base.css
+++ b/docs/res/base.css
@@ -1,4 +1,4 @@
-* { margin:0; padding:0; }
+* { margin:0; padding:0; font-synthesis: none; }
html { }
body {
background-color: #f4f4f4;
@@ -103,7 +103,7 @@ num { /* number */
-o-font-feature-settings: 'calt' 1, 'ss01' 1;
-webkit-font-feature-settings: 'calt' 1, 'ss01' 1;
font-feature-settings: 'calt' 1, 'ss01' 1;*/
- letter-spacing:0.02em;
+ letter-spacing:0.01em;
white-space: pre;
}
@@ -114,7 +114,7 @@ em, i, .italic {
small {
font-size: 11px;
- letter-spacing: 0.013em;
+ letter-spacing: 0.012em;
}
h1, h2, h3 {
@@ -134,7 +134,7 @@ h1 {
}
h2 {
font-size: 24px;
- letter-spacing: -0.4px;
+ letter-spacing: -0.02em;
line-height: 30px;
margin-bottom: 25px;
margin-top: 10px;