"Refused to load the font" React + 1.3

I am getting the following error when I try to add a google font (either importing in scss file or added as a link tag in index.html)

Refused to load the font 'https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni7rIa-7acMAeDBVuclsi6Gc.woff' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'font-src' was not explicitly set, so 'default-src' is used as a fallback.

Is there a simple solution for this?

I found this thread but I’m not super clear on what the solution is: Refused to load the stylesheet