# HG changeset patch # User Patrick PIERRE # Date 1378414481 -7200 # Node ID 82670acbc12ce7cc381fa026149e960d2a81b72c # Parent 02bf0f9100e0fe0f77ed4df0efb9f760d1089e70 Ajout des polices manquantes diff -r 02bf0f9100e0 -r 82670acbc12c Pdf/BaladeNature/Css/balade_nature.css --- a/Pdf/BaladeNature/Css/balade_nature.css mar. juil. 16 11:36:10 2013 +0200 +++ b/Pdf/BaladeNature/Css/balade_nature.css jeu. sept. 05 22:54:41 2013 +0200 @@ -8,6 +8,16 @@ 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 02bf0f9100e0 -r 82670acbc12c Pdf/BaladeNature/Fonts/TimesNewRomanPSMT.otf Binary file Pdf/BaladeNature/Fonts/TimesNewRomanPSMT.otf has changed diff -r 02bf0f9100e0 -r 82670acbc12c Pdf/BaladeNature/Fonts/TriplexLight.otf Binary file Pdf/BaladeNature/Fonts/TriplexLight.otf has changed