<PackageReference Include="System.Drawing.Common" Version="10.0.1" />

System.Drawing.SystemFonts

public static class SystemFonts
Specifies the fonts used to display text in Windows display elements.
namespace System.Drawing { public static class SystemFonts { public static Font CaptionFont { get; } public static Font DefaultFont { get; } public static Font DialogFont { get; } public static Font IconTitleFont { get; } public static Font MenuFont { get; } public static Font MessageBoxFont { get; } public static Font SmallCaptionFont { get; } public static Font StatusFont { get; } public static Font GetFontByName(string systemFontName); } }