From f20d934f0ad3450cbeeee5e34f7cfc78da5c4bfb Mon Sep 17 00:00:00 2001 From: constantinos Date: Thu, 17 Aug 2023 11:37:20 +0300 Subject: [PATCH] revert font-size to 500 for Headings and ToC (site.min.css) !publish! --- .../customizations/jgdr/static/css/site.min.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/static/css/site.min.css b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/static/css/site.min.css index 1ffcfa9..5c4093f 100644 --- a/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/static/css/site.min.css +++ b/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/customizations/jgdr/static/css/site.min.css @@ -2,7 +2,7 @@ THIS IS BASED ON THE DOTAWO CUSTOMIZATION INCLUDING MODIFICATIONS: -- Use original Sandpoints fonts +- Use original Sandpoints fonts / revert to original font weight - EDIT table: add vert line to the right - ADD figcaption - EDIT pre (font scale, line wrapping) @@ -164,8 +164,6 @@ td:not([align]),th:not([align]){ /* END FONTS */ - - html{ line-height:1.5 } @@ -383,7 +381,7 @@ ol li{ #TableOfContents li a{ font-family: vollkorn; /*gentium plus;*/ font-size:1.4rem; - font-weight:700 + font-weight:500;/*700;*/ } .counters{ color:rgba(0,0,0,.4) @@ -442,23 +440,23 @@ h1{ display:none } h2{ - font-weight:700; + font-weight: 500;/*700;*/ font-size:1.6rem } h3{ - font-weight:700; + font-weight: 500;/*700;*/ font-size:1.4rem } h4{ - font-weight:700; + font-weight: 500;/*700;*/ font-size:1.2rem } h5{ - font-weight:700; + font-weight: 500;/*700;*/ font-size:1.1rem } h6{ - font-weight:700; + font-weight:500;/*700;*/ font-size:1rem } .abstract{