[gi-docgen/pgriffis/max-font-size] template: Decrease max font size from 20px to 18px Subjectively 20px is just too large




commit 847ec168106cef63daa92975c783d1dd5e282c14
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Aug 23 15:20:00 2021 +0000

    template: Decrease max font size from 20px to 18px
    Subjectively 20px is just too large

 gidocgen/templates/basic/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gidocgen/templates/basic/style.css b/gidocgen/templates/basic/style.css
index 9849e9f..5a6f35f 100644
--- a/gidocgen/templates/basic/style.css
+++ b/gidocgen/templates/basic/style.css
@@ -34,7 +34,7 @@
   /* typography */
   --body-font-family: "Red Hat Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica 
Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
   --body-font-scale: 0.95;
-  --body-font-size: calc(var(--body-font-scale) * clamp(16px, 1vw, 20px));
+  --body-font-size: calc(var(--body-font-scale) * clamp(16px, 1vw, 18px));
   --body-font-weight: normal;
 
   --monospace-font-family: "Source Code Pro", monospace;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]