Host the fonts on your server¶
We are aware of the tracking issues related to the use of services offered by the internet giants (Facebook Google) in relation to European regulations (RGPD). We now strongly limit the use of this type of service in our new software (WebAcappella FUSION) and encourage our users to test open source alternatives that are independent from large private companies.
WebAcappella FUSION allows you to include font files directly on your hosting https://www.webacappella.com/fr/DOCUMENTATION/WAFUSION/doc_rst/using_fonts/index.html?highlight=fonte
However, you can use Google fonts hosted on your server with WaFx with a few simple steps
Use a Google Font on your hosting¶
Example with the Google “Shadows Into Light” font.
1 - Download the ShadowsIntoLight-Regular.ttf font file from the official Google website.
2 - Using an FTP client (FileZilla) place the ShadowsIntoLight-Regular.ttf font file in a folder on your server (for example: /myfonts/)
3 - In the WebAcappella text editor, add a custom font (for example “Shadows Into Light”)
4 - In the WebAcappella site properties, add the following HTML code
<style>
@font-face { font-family: 'Shadows Into Light'; src: url('./myfonts/ShadowsIntoLight-Regular.ttf'); }
</style>