From a2739c6ca75f6ff2a0b20bd336b98d0098a5b3d3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 18 Feb 2024 18:17:04 +0100 Subject: [PATCH] chg: [scss] changement de police --- themes/writeonly/assets/scss/_fonts.scss | 2 +- themes/writeonly/assets/scss/styles.scss | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/themes/writeonly/assets/scss/_fonts.scss b/themes/writeonly/assets/scss/_fonts.scss index 6f13b4a..d741e5b 100644 --- a/themes/writeonly/assets/scss/_fonts.scss +++ b/themes/writeonly/assets/scss/_fonts.scss @@ -1 +1 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); diff --git a/themes/writeonly/assets/scss/styles.scss b/themes/writeonly/assets/scss/styles.scss index 65a0979..e73974a 100644 --- a/themes/writeonly/assets/scss/styles.scss +++ b/themes/writeonly/assets/scss/styles.scss @@ -1,3 +1,12 @@ @import "bootstrap"; @import "markdown"; @import "fonts"; + +body { + font-size: 16px; + font-family: Lato,Helvetica Neue,Helvetica,sans-serif; + font-variant-ligatures: common-ligatures; + line-height: 1.67; + text-justify: auto; + text-align: auto; +}