https://developers.google.com/fonts/faq#can_i_download_the_f...
> Note that when browsers render websites that use the Google Fonts API, they will check if a font is installed locally on your computer, and prefer to use the local version over web fonts.
https://fonts.googleapis.com/css2?family=Inconsolata&display...
@font-face { font-family: 'Inconsolata'; ... src: url(https://fonts.gstatic.com/s/inconsolata/....woff2) format('woff2'); unicode-range: U+0000-00FF, ...;
Some random references to it w/ the snippets:
https://stackoverflow.com/a/52413970
https://stackoverflow.com/questions/18303215/how-can-i-preve...
https://github.com/google/fonts/issues/2620
I've created issue "Local font name makes web accessible", and I hope it would be fixed.
https://github.com/google/fonts/issues/2855
https://fonts.googleapis.com/css2?family=Inconsolata&display...