From 232c6c72f711f0c2f8ce1a8c8ff26669c244f861 Mon Sep 17 00:00:00 2001 From: nzbin Date: Sun, 16 Feb 2020 21:53:10 +0800 Subject: [PATCH] docs: update title font style --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index a711fa5..f7a052c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,6 +40,7 @@ padding: 0 5px; content: attr(data-title); font-size: .75rem; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; color: white; background-color: rgb(255, 25, 100); border-radius: .25rem 0 .25rem 0;