When you use the following CSS:
-webkit-text-size-adjust: none;
You are disabling text resizing on ALL Webkit browsers. If you are trying to fix a problem with font resizing on a portable device — iPhone, iPad, iPod Touch, etc — then you should take additional steps to ensure that the CSS is not applied to desktop browsers.
The Internets thank you for your prompt attention to this matter.