diff --git a/index.html b/index.html index e621c81..8afcd59 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ --chatbot-background-color: #f4f4f4; --chatbot-box-shadow-light: 0 3px 6px rgba(0, 0, 0, 0.3); --chatbot-box-shadow-dark: 0 5px 15px rgba(0, 0, 0, 0.5); - --chatbot-font-family: 'Source Sans Pro', 'Roboto', Arial, sans-serif; + --chatbot-font-family: 'Roboto', 'Source Sans Pro', Arial, sans-serif; --chatbot-z-index: 999999999; font-family: var(--chatbot-font-family); position: absolute;