If you want to set the file to be just readable by everyone, run chmod a=r file. When you use the equal sign (=) the permission are set to exactly what you specify. If you specify just read, then only read will be available regardless of any existing permissions.

