Hey @Kannakart,
Thanks for writing in!
The custom fonts were not displaying because of this error in the console:
(index):1 Access to font at 'http://secureservercdn.net/198.71.233.106/sz2.b80.myftpupload.com/wp-content/uploads/2019/10/BERNIERRegular-Regular.ttf' from origin 'http://sz2.b80.myftpupload.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
BERNIERRegular-Regular.ttf:1 Failed to load resource: net::ERR_FAILED
(index):1 Access to font at 'http://secureservercdn.net/198.71.233.106/sz2.b80.myftpupload.com/wp-content/uploads/2019/10/Bernier.zip' from origin 'http://sz2.b80.myftpupload.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Bernier.zip:1 Failed to load resource: net::ERR_FAILED
(index):1 Access to font at 'http://secureservercdn.net/198.71.233.106/sz2.b80.myftpupload.com/wp-content/uploads/2019/10/Bernier-1.zip' from origin 'http://sz2.b80.myftpupload.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
This means that there is a CORS or Cross Origin Resource Sharing issue. To get this resolved, please check out this link:
Hope this helps.