Yeah, it all boils down to that not quite being the way variables are interpolated. All you need to do is split the string there and splice the variable in. Just change that line to:
font-size: " + %FONT + ";