Font Face et H1, et ainsi de suite.. comment

Fermé
philecours69 Messages postés 1 Date d'inscription jeudi 19 novembre 2009 Statut Membre Dernière intervention 16 mai 2011 - 16 mai 2011 à 06:08
Melooo Messages postés 1405 Date d'inscription vendredi 28 novembre 2008 Statut Membre Dernière intervention 18 mars 2013 - 16 mai 2011 à 09:23
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>


A voir également:

1 réponse

Melooo Messages postés 1405 Date d'inscription vendredi 28 novembre 2008 Statut Membre Dernière intervention 18 mars 2013 84
16 mai 2011 à 09:23
Salut,
Le rapport entre une police et les vidéos youtube ???
Je ne comprends pas ton problème
0