Hi, i've downloaded GMEdit recently and had a general blast with it, however I wanted to change the original font of the editor and met a problem with the width of the text, as it doesn't match the editor's a cause a weird selection issue
The cursor doesn't move with the text, so it look like it's in the middle of the line while actually being at the end if you try to type somthing.
I'm thinking maybe I did something wrong with my css ?
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&display=swap");
#main .gml * {
font-family: 'Fira Code';
}