I have a WPF application. My project has compiled and I published the project without any error.
In debug mode I set text's FontWeight
to bold, but when I published my project, each text's FontWeight
is not set to bold. How can I solve this problem?
Example Code:
<Label FontWeight="Bold">Test</Label>