Skip to content

Font to display code has changed from 3.1.1 to 3.2.0  #391

@line-o

Description

@line-o

In Safari the font used to display code was "Monaco" in eXide v3.1.1.
After an update to eXide v3.2.0 the effective font changed to ".SF NS Mono" (ui-monospace on my system).

As @plutonik-a pointed out the CSS rule that leads to this is

#editor { 
  font-family: ui-monospace, 'Ubuntu Mono', 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
}

ui-monospace now takes precedence over "Monaco".

Screenshots:
v3.1.1
Screenshot 2021-11-25 at 11 59 21

v3.2.0
Screenshot 2021-11-25 at 12 00 01

I just wanted to bring this to attention. I am unsure if this change was intentional and would like to discuss what we think is best.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions