zahi daoui
zahi daoui

Reputation: 267

my fonts are not working when I open my website in firefox

I am using font-face, and the fonts AntennaCond and Roboto. these two fonts are working in Safari and chrome, but they are crashing in Firefox.

Here is my website: http://www.ux-pm.com

Any idea why this is happening?

Upvotes: 0

Views: 140

Answers (1)

Pravin W
Pravin W

Reputation: 2521

You need to check path of fonts in css file also you need different types (.ttf, .woff, .eot, .svg) of fonts to render across browsers.

1) websites like http://www.font2web.com/ or http://www.fontsquirrel.com/tools/webfont-generator where you can upload font and it will give you ready made folder structure with css and custom fonts applied.

2) Reference similar question.

Hope this helps.

Upvotes: 0

Related Questions