How to add a custom font on your website

I’ll keep things short so people who want to add a custom font to a website will easily accomplish the task. in your css file: p { font-family: ‘Custom-Font’, verdana, arial; } for safari and mozilla browsers: @font-face{ font-family:’Custom-Font’; src: … Continue reading