Change font family for Processing message
<!--START code - custom font for Processing stage-->
<style>
span.message {
font-family: 'your_font_family', sans-serif !important;
}
</style>
<!--END code - custom font for Processing stage-->