When it comes to using icons from fontawesome or fonts from google fonts, I typically include something like this in the head section of my HTML code:
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
But how would one go about incorporating these in a React environment?