Design/Light fonts

From Nasqueron Agora
Revision as of 11:34, 12 September 2013 by Dereckson (talk | contribs) (Created page with "== DINPro == @font-face { font-family: "DINPro"; font-style: normal; font-weight: normal; src: url("/fonts/dinpro-light-webfont.eot?iefix") format("embedded-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DINPro

 @font-face {
   font-family: "DINPro";
   font-style: normal;
   font-weight: normal;
   src: url("/fonts/dinpro-light-webfont.eot?iefix") format("embedded-opentype"), url("/fonts/dinpro-light-webfont.woff") format("woff"), url("/fonts/dinpro-light-webfont.ttf") format("truetype"), url("/fonts/dinpro-light-webfont.svg#webfontyPOP2b0e") format("svg");
 }

Titres produits LDLC

 H1 {
   font-family: DINPro, Arial;
   font-size: 18px;
   font-weight: 400;
   text-transform: uppercase;
 }