Godot Version
4.6
Question
I had font downloaded from internet, size is 16, if i make it smaller it will blurred, but my scene view too small if use 16px (which mean font too big), how to fix that?
Im not sure if this works with fonts, but with the node you are working with selected, go to the right hand menu in the inspector, texture → filter → try different options like nearest and see which one works best.
I had set the texture is nearest but it still blurred, because i set the width and height and the override, any way thanks for the solution