• summary: Suggest quarity default fonts based on platform --> Suggest quality default fonts based on platform
  • Description has changed:

Diff:

--- old
+++ new
@@ -7,7 +7,7 @@
 Introduce platform-specific logic to determine a sensible, high-quality default font family for the text editing areas, rather than relying on the generic "Dialog" font.

 **Implementation Idea**
-Improve  a `FontUtil` class:
+Improve the `FontUtil` class:

 1.  **New Method:** Added `getPlatformDefaultFontFamily()` to handle platform-specific font selection logic for Windows, macOS, and Linux/BSD/Unix-like environments.
 2.  **Updated Methods:** Modified `getDefaultFont()`, `getConfiguredFontName()`, and `getFont()` to use this new dynamic default instead of a hardcoded value.