I am using Flare for single sourcing our docs. I have one project where I need to produce 2 different manuals for different audiences, many of the topics are shared but not all. Both targets output to Word. One of the manuals we convert to PDF and use an Arial font, the other manual is delivered in print and we use Times New Roman font.
The default medium on my style sheet has Arial font applied to all the styles. I changed the medium to Print in my style sheet and set the font for the styles we use in the manual that gets printed to Times New Roman. I built the target for the print (Times font) manual and the styles show up correctly in the output. So far so good.
I changed the medium back to default and the fonts show correctly in the style sheet for the default medium. But when I built the target, the styles are still using the Times New Roman font, not Arial as the style sheet displays. So, what am I missing here? How can I get my target to pick up the styles for the medium that I selected in the style sheet?
Thanks