Earlier quoted context omitted.
From the google fonts FAQ it says they will use the locally installed font if possible 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.
Here's snippet from CSS served to my browser: 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, ...;
I've created issue "Local font name makes web accessible", and I hope it would be fixed.