public static Font GetFont(string name, Font defaultValue) { return(SettingsContainer.GetFont(name, defaultValue)); }