How to change font for <code>

0 votes
asked Sep 12, 2023 in Question / help by Aap1_MonkeyOne (120 points)

Dear reader, I am using plantuml-1.2023.10.jar.

I want to add some ascii "art", only way it seems to work:

<code>
"Art"
</code>

But FontName seems unchangable?

This does not work:
skinparam DefaultFontName Consolas
skinparam DefaultMonospacedFontName Consolas
<style>
  root *{
          FontName Consolas
          'FontColor Red ' change to color red works, but FontName does not?
    }
</style>

commented Sep 12, 2023 by The-Lu (69,260 points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...