I'm styling my letters using an image as the content of the letters. The letters are small and the image big, and I would like to have more control over the image size. What is the css properties to do so?
background-image: url(https://files.cargocollective.com/c2106023/Menu.jpg);
background-size: contain;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-moz-background-clip:text;