perguntador Posted February 9, 2005 Report Share Posted February 9, 2005 Olá! Gostaria que alguém me ajudasse com esse código:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML><HEAD><TITLE>Fontes</TITLE><STYLE type="text/css" media="screen, print"> @font-face { font-family: "Bard"; src: url("http://127.0.0.1/bardn.ttf") }</STYLE></HEAD><BODY><p style="font-family: bard">testando</p></BODY></HTML>Estou tentando baixar a minha própria fonte na página, mas não está dando certo. O código acima ilustra o que eu estou tentando fazer.O Internet Explorer até avisa que uma fonte nova está sendo baixada para uso, mas só fica por isso. Não testei no Netscape.Alguém sabe o que estou fazendo de errado?Agradeço desde já. Quote Link to comment Share on other sites More sharing options...
0 Kcio Posted February 9, 2005 Report Share Posted February 9, 2005 cara...já fiz isso em algumas páginas minhas, só que, aparentemente, esse código só funciona com fontes de uma outra extensão (se não me engano, a extensão é .eot ).Tem um programa freeware da microsoft que converte fontes .ttf para o tipo de fonte necessário para que esse @font-face funcione... o nome dele é WEFT.Para mais detalhes... http://www.imasters.com.br/artigo.php?cn=1439&cc=55 Quote Link to comment Share on other sites More sharing options...
Question
perguntador
Olá! Gostaria que alguém me ajudasse com esse código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE>Fontes</TITLE>
<STYLE type="text/css" media="screen, print">
@font-face {
font-family: "Bard";
src: url("http://127.0.0.1/bardn.ttf")
}
</STYLE>
</HEAD>
<BODY>
<p style="font-family: bard">testando</p>
</BODY>
</HTML>
Estou tentando baixar a minha própria fonte na página, mas não está dando certo. O código acima ilustra o que eu estou tentando fazer.
O Internet Explorer até avisa que uma fonte nova está sendo baixada para uso, mas só fica por isso. Não testei no Netscape.
Alguém sabe o que estou fazendo de errado?
Agradeço desde já.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.