Previous version default font

Answered

Does anyone know what the default font options were in previous versions? I just updated to 2020.1 and the JetBrains Mono is giving me a headache. Consolas kind of feels right...

6
2 comments
Official comment

Already answered here.

public final static String FALLBACK_FONT_FAMILY         = "Monospaced";
public final static String MAC_OS_DEFAULT_FONT_FAMILY = "Menlo";
public final static String LINUX_DEFAULT_FONT_FAMILY = "DejaVu Sans Mono";
public final static String WINDOWS_DEFAULT_FONT_FAMILY = "Consolas";

Thanks. I was searching the subject titles for "font". Not "appearance" :)

2

Please sign in to leave a comment.