Im populating viewdata with a bunch of css style properties.
<span style="font-size:50pt; font-family:"<%= ViewData["font"]%>";"><%= ViewData["UserCopy"]%> </span>
i want to be able to do something similar to the above. i.e use the style put into viewdata and use them on inline styles.
how can i do this? thansk