I recently set up my own website. Originally, I was using webs.com as my hosting provider, but they started adding an ad bar to their html-only hosting which I didn't like. So, I switched over to 000webhost. However, after moving everything to 000webhost, I've been having trouble getting the fonts to load properly.
Here are the links to my websites:
- webs:
- 000webhost:
I attempted to point the ttf fonts from my old webs account, but unfortunately, they are still not loading correctly on 000webhost.
Since 000webhost can take up to a day to respond to free account inquiries, I thought I would reach out here for some help. Am I overlooking something in order to get these fonts to work?
Edit: Below is an example of the @Font-face code I am using:
@font-face {
font-family: 'fixedsys500c-webfont';
src: url('../font/fixedsys500c-webfont.eot');
src: url('../font/fixedsys500c-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/fixedsys500c-webfont.woff') format('woff'),
url('../font/fixedsys500c-webfont.ttf') format('truetype'),
url('../font/fixedsys500c-webfont.svg#fixedsys500c-webfont') format('svg');
font-weight: normal;
font-style: normal;
}