skip to Main Content

Javascript – Isolating google-map-react Component to Prevent Global Font Style Overrides in React App

I'm using google-map-react version 2.2.0 in my React application. I've encountered an issue where this component injects a tag into the head of my page, specifically: <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400&amp;lang=fr"> This action overrides my global font styles, which is not…

VIEW QUESTION
Back To Top
Search