Hi,
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
@font-face {
font-family: 'FZDBSJW';
src: url('http://tribeluga.com/cn/fonts/font/FZDBSJW.eot');
src: url('http://tribeluga.com/cn/fonts/font/FZDBSJW.eot?#iefix') format('embedded-opentype'),
url('http://tribeluga.com/cn/fonts/font/FZDBSJW.woff') format('woff'),
url('http://tribeluga.com/cn/fonts/font/FZDBSJW.ttf') format('truetype'),
url('http://tribeluga.com/cn/fonts/font/FZDBSJW.svg#fontname') format('svg');
}
Hope that helps.