# HG changeset patch # User Patrick PIERRE # Date 1378552236 -7200 # Node ID 80ea8e27ea0c9cc77046ac0a3bad45bd2ba00b33 # Parent 82670acbc12ce7cc381fa026149e960d2a81b72c Création de la CSS pour les polices diff -r 82670acbc12c -r 80ea8e27ea0c Pdf/BaladeNature/Css/balade_nature.css --- a/Pdf/BaladeNature/Css/balade_nature.css jeu. sept. 05 22:54:41 2013 +0200 +++ b/Pdf/BaladeNature/Css/balade_nature.css sam. sept. 07 13:10:36 2013 +0200 @@ -1,23 +1,6 @@ /* $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 82670acbc12c -r 80ea8e27ea0c Pdf/BaladeNature/Css/balade_nature_fonts.css --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Pdf/BaladeNature/Css/balade_nature_fonts.css sam. sept. 07 13:10:36 2013 +0200 @@ -0,0 +1,20 @@ +/* $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"); +} + diff -r 82670acbc12c -r 80ea8e27ea0c Pdf/BaladeNature/Fonts/MinyaNouvelle.otf Binary file Pdf/BaladeNature/Fonts/MinyaNouvelle.otf has changed diff -r 82670acbc12c -r 80ea8e27ea0c Pdf/BaladeNature/Fonts/minyanouvelle.otf Binary file Pdf/BaladeNature/Fonts/minyanouvelle.otf has changed