const toastOptions = {
position: 'top-end',
showConfirmButton: false,
timer: 6000,
timerProgressBar: true,
icon: 'info',
title: '<span style="font-size: 1.15rem; font-weight: bold; font-family: "Montserrat" !important; ">Title of Toast</span>',
text: Toast Subtitle,
color: 'white',
iconColor: '#03d8d8',
};
We are setting up the title to include inline styling. Both the font-size and font-weight and are applied but not the font-family.