Cita:
Iniciado por ZoroRoronoa @font-face {
font-family: 'NombreQueQuieras';
src: url('ruta/font.ttf) format('truetype');
}
recordemos que esto es parte del css y así como lo has colocado no tiene compatibilidad con muchos navegadores.
si se necesita utilizar una fuente que no esta dentro de los estanderes lo ideal es crear los archivos woff y svg
y dentro del css se coloca algo asi
Código CSS:
Ver original@font-face {font-family:'TangerineRegular';
src:url('Tangerine_Regular-webfont.eot');
src:local('?'),url('Tangerine_Regular-webfont.woff')format('woff'),url('Tangerine_Regular-webfont.ttf')format('truetype'),url('Tangerine_Regular-webfont.svg#webfontGpn5Zlw8')format('svg');font-weight: normal;font-style: normal;}
de esta forma garantizas que se visualice al menos en los navegadores mas comunes si es que no en todos