From af3313f6f5dfa3b4af90e7202e9f6131d3cda0d2 Mon Sep 17 00:00:00 2001 From: Claromes Date: Sat, 15 Jun 2024 02:49:21 -0300 Subject: [PATCH] update docs font-family --- docs/_static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 6429ee5..6b9a1dc 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,3 +1,7 @@ +body { + font-family: Georgia, 'Times New Roman', Times, serif; +} + #cli #usage #waybacktweets h3, #cli .admonition-title, .sphinxsidebarwrapper li ul li ul:has(a[href="#waybacktweets"]):last-child { -- 2.34.1