Editor font

The font in body of the editor (Gutenberg backend) is Serif.
As far as i am concerned, I don’t like this one.
Isn’t it possible to display through the font of the system, or to allow to choose the font in the settings.

I added a snippet with CSS to modify the font, but I am not sure that it is really optimize with Gutenberg.
It is an old code and I am not sure that it runs on every system (Windows, Apple, Linux, etc.). Orinaly, it was created to optimize the font on every system but now, I think that Google made a lot of progress…

The CSS code:
html :where(.editor-styles-wrapper) {
font-family: -apple-system, “.SFNSText-Regular”, “San Francisco”, “Roboto”, “Segoe UI”, “Helvetica Neue”, “Lucida Grande”, sans-serif;
}

It’s true that a backend font family option would be a nice added feature.
+1 from me.