Avevo scritto questi codici per usare un font creato da me sul sito http://fontstruct.com , ma non funzionano:
habboprofile.css :
Codice PHP:
@font-face {
font-family: 'habbo_profile_bold';
src: url('habbo_profile_bold.ttf') format('truetype');
}
index.html :
Codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Habbo Profile Bold (font)</title>
<meta http-equiv="Content-Language" content="it" />
<meta name="Description" content="Habbo Profile Bold (font)" />
<meta name="Keywords" content="Habbo font, font habbo, habbo profile, habbo bold font" />
<link href="habboprofile.css" type="text/css" rel="stylesheet">
<style type="text/css">
body {
font-family: 'habbo_profile_bold';
font-size: 25px;
}
</style>
</HEAD>
<BODY>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br>
Caratteri Speciali: ! ? < > " ' $ [ ] ( ) ^
</BODY>
</HTML>
La pagina potete vederla qui: http://c00l.altervista.org/habbo_pro...old/index.html
edit:
:S da quel che ho capito non funzionano con i browser, sapete se c'è un modo gratuito per renderli compatibili col web? Stavo vedendo ma credo bisogna registarsi a pagamento per far ciò