2
0

💄 Add proper italic fonts in bot

This commit is contained in:
Baptiste Arnaud
2023-02-15 16:39:53 +01:00
parent 2f7e71f66e
commit 435edd03c0
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ export const TypebotViewer = ({
dangerouslySetInnerHTML={{
__html: `@import url('https://fonts.googleapis.com/css2?family=${
typebot.theme.general.font ?? 'Open Sans'
}:wght@300;400;600&display=swap');`,
}:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');`,
}}
/>
)}