Pdf/BaladeNature/Css/balade_nature_fonts.css
author Patrick PIERRE <patrick.pierre@prismallia.fr>
sam., 07 sept. 2013 13:10:36 +0200
changeset 102 80ea8e27ea0c
permissions -rw-r--r--
Création de la CSS pour les polices
patrick@102
     1
/* $Id$ */
patrick@102
     2
/* balade_nature - fonts */
patrick@102
     3
patrick@102
     4
@font-face {
patrick@102
     5
  font-family: MinyaNouvelle;
patrick@102
     6
  font-weight: normal;
patrick@102
     7
  font-style: normal;
patrick@102
     8
  src: url('../Fonts/MinyaNouvelle.otf') format('opentype');
patrick@102
     9
}
patrick@102
    10
patrick@102
    11
@font-face {
patrick@102
    12
  font-family: TimesNewRomanPSMT;
patrick@102
    13
  src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype");
patrick@102
    14
}
patrick@102
    15
patrick@102
    16
@font-face {
patrick@102
    17
  font-family: TriplexLight;
patrick@102
    18
  src: url("../Fonts/TriplexLight.otf") format("opentype");
patrick@102
    19
}
patrick@102
    20