Engineers at Google have developed and recommend using a strict CSP: https://csp.withgoogle.com/docs/strict-csp.html
The goal being to only allow scripts which have a nonce. There is no style-src directive in their CSP, so in our app I am able to load things like google fonts, external css sheets etc. without a nonce.
This seems like a lapse in their CSP, or I'm missing something?