From a86f92e35bdd08e6854e59296c0c8f5ae15e1ae5 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 20 Nov 2023 14:15:36 +0300 Subject: [PATCH] apps/web: Conditions force calibri font --- apps/web/components/Conditions.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/components/Conditions.tsx b/apps/web/components/Conditions.tsx index c6bdcb4..68f1448 100644 --- a/apps/web/components/Conditions.tsx +++ b/apps/web/components/Conditions.tsx @@ -4,5 +4,7 @@ type Props = { }; export function Conditions({ html }: Props) { - return
; + return ( +
+ ); }