typefaces icon indicating copy to clipboard operation
typefaces copied to clipboard

No cyrillic caracters in Montserrat font

Open mr-bloom opened this issue 7 years ago • 2 comments

Hey guys,

just installed the font and I haven't found a cyrillic characters, although there are on Google fonts.

Thank you!

mr-bloom avatar Jun 16 '18 12:06 mr-bloom

@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>

jamessimone avatar May 29 '19 08:05 jamessimone

+1

salaros avatar Sep 19 '19 16:09 salaros