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