From d3efa8b80da3ec1352c71b7958932e633a1e72b5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 11 Oct 2018 22:08:56 -0400 Subject: [PATCH] font haqcks --- docs/source/_templates/hacks.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/_templates/hacks.html b/docs/source/_templates/hacks.html index 66895aa..9284326 100644 --- a/docs/source/_templates/hacks.html +++ b/docs/source/_templates/hacks.html @@ -9,6 +9,18 @@ margin-left: -20px !important; } + h1 { + font-family: "Mercury Text G1 A", "Mercury Text G1 B"; + font-style: normal; + font-weight: 600; + } + + .section { + font-family: "Mercury Text G1 A", "Mercury Text G1 B" !important; + font-style: normal; + font-weight: 400; + } + /* "Quick Search" should be not be shown for now. */ div#searchbox h3 { display: none;