Font Customisation 1
by Paul Leech
HTML
<script src="https://wchat.freshchat.com/js/widget.js"></script>
<script>
window.fcWidget.init({
token: "8d3a4a04-5562-4f59-8f66-f84a269897a1",
host: "https://wchat.freshchat.com",
config: {
headerProperty: {
backgroundColor: '#3766ab',
foregroundColor: '#ffffff',
//backgroundImage: 'https://wchat.freshchat.com/assets/images/texture_background_1-bdc7191884a15871ed640bcb0635e7e7.png',
//fontName: 'Gloria Hallelujah',
//fontUrl: 'https://fonts.googleapis.com/css?family=Gloria+Hallelujah'
}
}
});
window.fcWidget.hide();
</script>
<button class="chat-button" onclick="window.fcWidget.open();window.fcWidget.show();">Chat with us</button>
CSS
.chat-button { position:fixed; bottom:5px;right:10px;}