How to change the font style in app bot.
I saw in the chat-widget , it asks for custom font url.
Where do I get this url?
Hello, @Sriram_S. To obtain the URL, follow the steps listed below.
- Get the font name from https://fonts.google.com first.
- Next, incorporate the font name into the URL https://fonts.googleapis.com/css?family=/font name/ and run it through a browser.
- You’ll get the woff URL at the end. The URL can be pasted into our custom font URL.
I hope this will help.
2 Likes
Hi @Parthiban_J ,
Thankyou for the solution, I am able to get the custom url