d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit a7e63b3c3dd9d991e9266dcef2e5f3433c63e570
parent b2771f29dbcf7ca864e9aa86f0d4f645b4994a85
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 13 Jun 2022 18:37:21 -0700

Use system font stack

For more information, see: https://systemfontstack.com

Diffstat:
Mstatic/global.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/global.css b/static/global.css @@ -8,7 +8,7 @@ /* Main */ body { - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Cantarell, Ubuntu, Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; background-color: var(--background-color); padding: 0 3rem 3rem 3rem; color: var(--text-color);