summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-12 15:10:40 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-12 15:14:20 +0200
commite460da47a281e8d405f377761e5fe46e688ee15f (patch)
tree9a9cc9ded587da4080534d5dfef87f73adcdfcfe
parenta9af15f9d0e8d278ed1946e1e503082d536c147a (diff)
Design: Revert to Source Sans Pro.
While Fira Sans looks nice, it is too wide for the overall design. Source Sans Pro conserves space and is therefore the better choice for now. Change-Id: I84bfef149ce52c698ffe8ac3371efbc671c65b6f
-rw-r--r--src/main/resources/META-INF/resources/cms2/base.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/META-INF/resources/cms2/base.css b/src/main/resources/META-INF/resources/cms2/base.css
index e0df8f0..d635110 100644
--- a/src/main/resources/META-INF/resources/cms2/base.css
+++ b/src/main/resources/META-INF/resources/cms2/base.css
@@ -30,10 +30,10 @@ html {
--footer-bg-color: #ffffff;
--normal-font-weight: 300;
- --bold-font-weight: 400;
+ --bold-font-weight: 600;
/*background-color: #f8f8f8;*/
- font-family: 'Fira Sans', 'Source Sans Pro', Optima, 'MgOpen Cosmetica', Candara, Palatino, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', 'Gentium Alt', 'Gentium', Geneva, Georgia, serif;
+ font-family: 'Source Sans Pro', 'Fira Sans', Optima, 'MgOpen Cosmetica', Candara, Palatino, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', 'Gentium Alt', 'Gentium', Geneva, Georgia, serif;
font-weight: var(--normal-font-weight);
}