Font Face et H1, et ainsi de suite.. comment
Bonjour,
J'ai le code suivant avec la police Boycotte que de FontSquirrel que je voudrais intégrer.
Mais comme je commence... j'essaie plusieurs video de youtube mais sans succès.
Techniquement j'ai un dossier fonts à l'intérieur de mon dossier principal.
Et je travail en Dreamweaver Cs4
Mon code html pour le moment:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>philippe lecours design graphique</title>
<style type="text/css">
<!--
body {
background-attachment: fixed;
background-image: url(image/fond.jpg);
background-repeat: no-repeat;
background-color: #000;
background-position: center center;
}
#menubar {
background-color:#000;
filter: alpha (opacity = 70%);
- moz- opacity: .80;
opacity: .80;
width: 1024px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #FFF;
border-bottom-color: #FFF;
margin-top: 30%;
margin-right: auto;
margin-left: auto;
color: #FFF;
}
-->
</style>
</head>
<body>
<div id="menubar">
<h1 id="nom">Philippe Lecours</h1>
<h3 id="titre">Graphiste - illustrateur</h3>
</div>
</body>
</html>
J'ai le code suivant avec la police Boycotte que de FontSquirrel que je voudrais intégrer.
Mais comme je commence... j'essaie plusieurs video de youtube mais sans succès.
Techniquement j'ai un dossier fonts à l'intérieur de mon dossier principal.
Et je travail en Dreamweaver Cs4
Mon code html pour le moment:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>philippe lecours design graphique</title>
<style type="text/css">
<!--
body {
background-attachment: fixed;
background-image: url(image/fond.jpg);
background-repeat: no-repeat;
background-color: #000;
background-position: center center;
}
#menubar {
background-color:#000;
filter: alpha (opacity = 70%);
- moz- opacity: .80;
opacity: .80;
width: 1024px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #FFF;
border-bottom-color: #FFF;
margin-top: 30%;
margin-right: auto;
margin-left: auto;
color: #FFF;
}
-->
</style>
</head>
<body>
<div id="menubar">
<h1 id="nom">Philippe Lecours</h1>
<h3 id="titre">Graphiste - illustrateur</h3>
</div>
</body>
</html>