Using parameters for 'CSS' in reports - text font property binding

I have a bunch of long reports to do so I'm trying to style them in a way that will enable easy and consistent re-styling. For example, the colors work OK (although they don't render in Design mode, variables or static, which is annoying).


Figure 1. A color parameter.

I'd like to be able to control the font size in a similar fashion. It seems to be a string, so I've tried this:


Figure 2. A font parameter.

This doesn't work.
Any ideas?

The font parameter may not work since your default string is not in quotations. Try adding the quotes and see if it works.

Duh!
Thanks!