My web-app is Java/HTML based and hosted on the cloud. Users will access it using IE, Chrome or Mozilla.
I would like to use Helvetica or a similar font, but they are not readily available on most systems (windows/IE/Chrome/Mozilla). Is there a way for me to include these fonts within my project?
Alternatively, are there any good free alternatives that do not require licensing? But more importantly, how can I achieve this technically? Would I need to embed the fonts as a resource in my web-app? If so, how would users access them without needing to download or install anything - as we cannot distribute installable files with our product?
Thank you