Give the text texture using a background image
background: url(image.png); - create a background image that matches the rectangular image for the field containing the text.
background-clip: text; - crop the background so that it is visible only where there is text.
color: transparent; - set a transparent background color for the text itself.
👍- if this was helpful and is any comment let me know on the comment section
@etwebs