progress indicator font size

Alas, there is no way to do this declaratively. You’ll have to inspect the CSS of the progress indicator and add a CSS resource to your page to change it. Maybe something like this:

.progress-indicator .progress-chunk .progress-text {&nbsp; &nbsp; font-size:18px;<br>}