Gestion des polices
authorPatrick PIERRE
mar., 03 déc. 2013 17:13:21 +0100
changeset 108 7d1b6664e8d6
parent 107 87b76270af2f
child 109 b18eca750b40
Gestion des polices
Pdf/BaladeNature/Css/balade_nature.css
Pdf/BaladeNature/Css/balade_nature_fonts.css
--- a/Pdf/BaladeNature/Css/balade_nature.css	ven. nov. 29 10:09:02 2013 +0100
+++ b/Pdf/BaladeNature/Css/balade_nature.css	mar. déc. 03 17:13:21 2013 +0100
@@ -1,6 +1,23 @@
 /* $Id$ */
 /* balade_nature */
 
+@font-face {
+  font-family: MinyaNouvelle;
+  font-weight: normal;
+  font-style: normal;
+  src: url('../Fonts/MinyaNouvelle.otf') format('opentype');
+}
+
+@font-face {
+  font-family: TimesNewRomanPSMT;
+  src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype");
+}
+
+@font-face {
+  font-family: TriplexLight;
+  src: url("../Fonts/TriplexLight.otf") format("opentype");
+}
+
 body {
   width: ${width}px;
   height: ${height}px;
--- a/Pdf/BaladeNature/Css/balade_nature_fonts.css	ven. nov. 29 10:09:02 2013 +0100
+++ /dev/null	jeu. janv. 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-/* $Id$ */
-/* balade_nature - fonts */
-
-@font-face {
-  font-family: MinyaNouvelle;
-  font-weight: normal;
-  font-style: normal;
-  src: url('../Fonts/MinyaNouvelle.otf') format('opentype');
-}
-
-@font-face {
-  font-family: TimesNewRomanPSMT;
-  src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype");
-}
-
-@font-face {
-  font-family: TriplexLight;
-  src: url("../Fonts/TriplexLight.otf") format("opentype");
-}
-