I am looking to use a unique font that is not commonly used. This font is available in Google Fonts as well as in Photoshop. I am unsure about which method to choose because both options involve some loading time. Although using images for text is not ideal, at least the image would be internal. However, using Google Fonts will result in overhead as the font needs to be requested from an external source.
Which method provides better performance in terms of load speed?
1) Should I write the text in Photoshop and save it as an image to use on my webpage? or
2) Should I use Google Font?
3) If I decide to use Google Font, should I download the font file with all formats and then place it in my website's folder? Or can I simply use the HTML link tag? Which option is more efficient?
Thank you in advance for your help.