calin-beard
11/13/2017 - 4:31 PM

Change font family for Processing message

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-->