If you want to add custom font in your WordPress website, you can do it pretty easily. Assume that you want to add Airbold Pro font in WordPress website, you need to follow 3 steps. 1. In order to use custom font, you need to upload the font to your theme directory. It is a good approach to create a folder named 'fonts' right in the theme root directory and upload the font file there. If you use a child theme, follow the same process. 2. Add the following line of code in your style.css (If you use child theme, add the line below after the @import.....) @font-face { font-family:...