apps/web: Conditions force calibri font
This commit is contained in:
parent
cec465d935
commit
a86f92e35b
@ -4,5 +4,7 @@ type Props = {
|
||||
};
|
||||
|
||||
export function Conditions({ html }: Props) {
|
||||
return <div dangerouslySetInnerHTML={{ __html: html }} className="justify-center" />;
|
||||
return (
|
||||
<div dangerouslySetInnerHTML={{ __html: html }} className="justify-center font-[calibri]" />
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user