The icons are actually characters coming from "web fonts", and your browser should pick either a EOT format web font (not supported by Firefox), WOFF (supported by firefox), TTF (supported by everything), etc. Could you check that you can access the font file a normal, try browsing to; http://yourserver/phpipam/css/fonts/fontawesome-webfont.woff ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-07-21
Sorry for late reaction:
I noticed that font is not displayed correctly only in local firefox browser. accessing from remote everything is ok.
Following helped in local firefox:
options => content => fonts and colours => advanced =>
'allow pages to choose their own fonts instead of my selections'
so nothing has to be done on the server but only at client side.
thanks anyway
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe there is a mismatch like this:
css/bootstrap/bootstrap.css: .icon-wrench
site/sections.php:
Additional info: failure is in Firefox 29.0 for Ubuntu. In FF 29.0 for Windows or e.g. Midori-Browser in Ubuntu the icons are correct.
The icons are actually characters coming from "web fonts", and your browser should pick either a EOT format web font (not supported by Firefox), WOFF (supported by firefox), TTF (supported by everything), etc. Could you check that you can access the font file a normal, try browsing to; http://yourserver/phpipam/css/fonts/fontawesome-webfont.woff ?
about:config
browser.display.use_document_fonts, 1
Sorry for late reaction:
I noticed that font is not displayed correctly only in local firefox browser. accessing from remote everything is ok.
Following helped in local firefox:
options => content => fonts and colours => advanced =>
'allow pages to choose their own fonts instead of my selections'
so nothing has to be done on the server but only at client side.
thanks anyway