I see two things that might cause this. On the top of the scene, you set the resolution to 320x240. This also applies to the UI so have might be what makes the text pixilated.
The other is that your UI has a constant pixel size. Instead, you should select Scale With Sceen Size so the UI scales with the screen. This is less likely to cause the problem but it might still help.