blob: 9be6fcfcfed5f2f766ccfba933fd4ee324f0b84f (
plain)
1
2
3
4
5
6
7
8
9
10
|
' CMU Serif is a TrueType Computer Modern Unicode font
' This results in additional fonts in the final PDF, but is much easier
' than trying to use the same fonts Groff uses
skinparam defaultFontName CMU Serif
skinparam defaultFontSize 9
skinparam monochrome true
skinparam shadowing false
|