mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72.62k stars 6.62k forks source link

sequenceDiagram -> notetext css font is hardcoded #587

Closed agusmba closed 6 years ago

agusmba commented 7 years ago

See https://github.com/knsv/mermaid/blob/7c74107f360dee4bceb197a2802bfd89a2a8dc64/src/less/default/sequenceDiagram.less#L73

I think this is preventing me from modifying the font of notes.

I don't know if there is a good reason for this or could this be removed?

tylerlong commented 6 years ago

Please refer to https://github.com/mermaidjs/mermaid.cli/pull/24#issuecomment-373402785