summary refs log tree commit diff
path: root/src/doc/rust.css
diff options
context:
space:
mode:
authorAdrien Tétar <adri-from-59@hotmail.fr>2014-11-01 00:16:48 +0100
committerAdrien Tétar <adri-from-59@hotmail.fr>2014-11-01 00:16:48 +0100
commitf4fb57b1106dfd386da8bec2c0617e50e1e7311f (patch)
tree2608c4ba7f14b880eb306db22876bf372fa12800 /src/doc/rust.css
parentc809a4ff014bef082873953c0369dc2a423f8144 (diff)
downloadrust-f4fb57b1106dfd386da8bec2c0617e50e1e7311f.tar.gz
rust-f4fb57b1106dfd386da8bec2c0617e50e1e7311f.zip
doc: enable OpenType kerning and ligatures
Diffstat (limited to 'src/doc/rust.css')
-rw-r--r--src/doc/rust.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rust.css b/src/doc/rust.css
index 4bbb8098402..9656d17721e 100644
--- a/src/doc/rust.css
+++ b/src/doc/rust.css
@@ -62,6 +62,10 @@ body {
     font-size: 18px;
     color: #333;
     line-height: 1.428571429;
+
+    -webkit-font-feature-settings: "kern", "liga";
+    -moz-font-feature-settings: "kern", "liga";
+    font-feature-settings: "kern", "liga";
 }
 @media (min-width: 768px) {
     body {