Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SequenceDiagram: Use correct default sans-serif fonts for actors and tasks #2729

Commits on Feb 15, 2022

  1. fix(2689): use correct default sans-serif fonts for actors and tasks

    The previous default font, Open-Sans, does not exist (it is Open Sans).
    A generic font family must not be in quotes.
    There is no changes to tests, as tests set font-family to Courier
    for reproducability.
    
    Fixes 2689
    See https://fonts.google.com/specimen/Open+Sans
    and https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
    dbartholomae committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    74b1219 View commit details
    Browse the repository at this point in the history