From d29286738432a315ea32592227e893ebc6ba66d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Thu, 6 Jul 2023 13:13:36 +0200 Subject: [PATCH] UI: Harmonise font weight with Microsoft FluentUI --- src/conversation-ui/src/main.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/conversation-ui/src/main.scss b/src/conversation-ui/src/main.scss index 5bc01ce5..bd4b4f7d 100644 --- a/src/conversation-ui/src/main.scss +++ b/src/conversation-ui/src/main.scss @@ -99,7 +99,7 @@ body { h4, h5, h6 { - font-weight: 500; + font-weight: 900; } h1 { @@ -114,9 +114,13 @@ body { font-size: 1.125rem; } + strong, + big { + font-weight: bold; + } + big { font-size: 3rem; - font-weight: 500; } small { @@ -279,7 +283,7 @@ body { } .react-select__group-heading { - font-weight: 500; + font-weight: bold; padding: calc(var(--react-select-padding-v) * 2) var(--react-select-padding-h); }