In React you need to open index.html and insert in the <head>
Embed code from https://fonts.google.com/selection/embed like the following one:
<style>
@import url('https://fonts.googleapis.com/css2?family=Catamaran:[email protected]&family=Fascinate+Inline&display=swap');
</style>
It helped me :)