I've included this link in my styles.scss
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
While it works locally, the API fails on production or is blocked. How can I host it within my project to remove this dependency?
Is there a way to achieve this for the URL above?