you font need to be in ftp and need a meta balise for link it to the ips suite
and for full compatibility with all browser you need 3 format : .eot . svg et .woff
add in your custom css :
@font-face {
font-family: 'PolicePerso';
src: url('PolicePerso.eot');
src: url('PolicePerso.eot?#iefix') format('embedded-opentype'),
url('PolicePerso.woff') format('woff'),
url('PolicePerso.otf') format('otf'),
url('PolicePerso.ttf') format('truetype'),
url('PolicePerso.svg#PolicePerso') format('svg');
}
body {
font-family: 'PolicePerso';
}
careful for a link of your police is this, without ' :
src:url(http://link-of-policeperso.eot);