I'm working on a website and wanted to use the tiny capitals font variant. The issue is that whenever I have a number in a sentence, it is regarded as a capital letter and is larger than the remainder of the phrase.
So, what do I do now? Is there anything I need alter in font-variant-numeric?
font-family: Montserrat;
font-style: normal;
font-variant: small-caps;
font-variant-numeric: normal;