From ed0ff206fc38a544464d3ab7aa33a1ddc2e0c603 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sat, 29 Sep 2018 10:32:06 -0700 Subject: web: minor adjustments --- docs/res/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/res/base.css') 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; -- cgit v1.2.3