namespace API.Entities.Enums.Font; public enum FontProvider { /// /// Font is provider by System, always avaible /// System = 1, /// /// Font provider by the User /// User = 2, }