im trying to import a font and know I can use google fonts, but I haven't found the perfect one for what im trying to do!! does anyone know any sites with urls that actually work on spacehey? here's my current code/font just so y'all have an idea what I mean. pls let me know!
<span style="font-family: 'Henny Penny', cursive;font-size:2em">☾ Run away to a land far away... Where the hills are green and the water is gray</span>
<style>
@import url('https://fonts.googleapis.com/css2?family=Henny+Penny&display=swap');
{font-family: 'Henny Penny', cursive;}
</style>