# HG changeset patch # User Patrick PIERRE # Date 1386087201 -3600 # Node ID 7d1b6664e8d66b994851bacaf6c74b9a3c974b17 # Parent 87b76270af2fed6dae5a96847a845e4887967d18 Gestion des polices diff -r 87b76270af2f -r 7d1b6664e8d6 Pdf/BaladeNature/Css/balade_nature.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; diff -r 87b76270af2f -r 7d1b6664e8d6 Pdf/BaladeNature/Css/balade_nature_fonts.css --- 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"); -} -