typefaces
typefaces copied to clipboard
No cyrillic caracters in Montserrat font
Hey guys,
just installed the font and I haven't found a cyrillic characters, although there are on Google fonts.
Thank you!
@mr-bloom As a workaround at the moment, you can import the font directly from Google using react-helmet:
<Helmet>
<style type="text/css">
{`@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');`}
</style>
</Helmet>
+1