How to add a custom font into my web page?
If you are looking to use your own special font in your web page, check out the following snippet, kindly donated to us by a fellow Egg user.

Please customize the code with links to your own
font file. This code needs to be added into the "Custom Header" section under Page Preferences.
<style> @font-face { font-family: "Chalkduster"; src: url("https://www.yourwebsite.com/Chalkduster.ttf"); } </style>