Pdf/BaladeNature/Css/balade_nature_fonts.css
author Patrick PIERRE
sam., 27 sept. 2014 15:50:31 +0200
changeset 139 3691ed297c1a
parent 110 b4d1430ee1c6
permissions -rw-r--r--
Ajout d'un article
Patrick@110
     1
/* $Id$ */
Patrick@110
     2
/* balade_nature */
Patrick@110
     3
Patrick@110
     4
@font-face {
Patrick@110
     5
  font-family: MinyaNouvelle;
Patrick@110
     6
  font-weight: normal;
Patrick@110
     7
  font-style: normal;
Patrick@110
     8
  src: url("../Fonts/MinyaNouvelle.otf") format("opentype");
Patrick@110
     9
}
Patrick@110
    10
Patrick@110
    11
@font-face {
Patrick@110
    12
  font-family: TimesNewRomanPSMT;
Patrick@110
    13
  src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype");
Patrick@110
    14
}
Patrick@110
    15
Patrick@110
    16
@font-face {
Patrick@110
    17
  font-family: TriplexLight;
Patrick@110
    18
  src: url("../Fonts/TriplexLight.otf") format("opentype");
Patrick@110
    19
}
Patrick@110
    20