Design/Light fonts: Difference between revisions

From Nasqueron Agora
(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-...")
 
No edit summary
Line 15: Line 15:
     text-transform: uppercase;
     text-transform: uppercase;
   }
   }
[[Category:Typography]]
[[Category:Webdesign]]
[[Category:Notes]]

Revision as of 19:58, 24 October 2013

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;
 }