Disable installed fonts from system in browser Disable installed fonts from system in browser google-chrome google-chrome

Disable installed fonts from system in browser


Try renaming your font to something that does not match the name in your system.

@font-face {   font-family: 'Open-Sans-Private';}

This way your system will not recognize it and you'll be able to see if your embedding strategy actually worked.

Hope that helps!