I have a custom font modifier that I am using often, however it makes the code very long as I need to add it in multiple places.
This is the modifier:
.font(.custom("Bebas Neue", size: 24)).foregroundStyle(LinearGradient(gradient: Gradient(colors: [Color("lb"), Color("rb")]),startPoint: .top, endPoint: .bottom))
How can I shorten this so I can import it ideally with a single word or so?