Arthur "Reis" Posted May 27, 2016 Share Posted May 27, 2016 Bom, o CSS que coloquei não está causando efeito em outros computadores, segue o código: @font-face { font-family: "panama"; src: local(panama.ttf), url(panama.ttf); } li { font:36px panama, Arial, Tahoma, Sans-serif; } A fonte não aparece nos outros computadores (O meu possui a fonte panama), testei em uma VPS e o dos clientes também não funciona a fonte... Há algum problema no código? 0 Quote Link to comment Share on other sites More sharing options...
Joel Emanoel Posted May 27, 2016 Share Posted May 27, 2016 10 horas atrás, RedeReis disse: Bom, o CSS que coloquei não está causando efeito em outros computadores, segue o código: @font-face { font-family: "panama"; src: local(panama.ttf), url(panama.ttf); } li { font:36px panama, Arial, Tahoma, Sans-serif; } A fonte não aparece nos outros computadores (O meu possui a fonte panama), testei em uma VPS e o dos clientes também não funciona a fonte... Há algum problema no código? Tente assim: @font-face{ font-family: "Panama"; src:local(Panama), url(panama.ttf); } Você adicionou o arquivo da fonte? (panama.ttf) 0 Quote Link to comment Share on other sites More sharing options...
Arthur "Reis" Posted May 27, 2016 Author Share Posted May 27, 2016 Funcionou, obrigado :D 0 Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.