I am having an issue with the Google Font Kadwa in InDesign, specifically when using it to generate a right arrow (→).
After loading the font onto my website, I noticed that the arrow appears to be too wide for my liking.
@import url('https://fonts.googleapis.com/css?family=Kadwa');
body {
font-family: 'Kadwa';
}
Although the font is correctly applied, the arrow looks too wide →
Interestingly, when I view the arrow on the Google Font page, it is rendered correctly.
Confused and seeking help to understand what I might be doing wrong. Would greatly appreciate any solutions or suggestions.