author | Patrick PIERRE |
ven., 29 nov. 2013 10:09:02 +0100 | |
changeset 107 | 87b76270af2f |
parent 102 | 80ea8e27ea0c |
permissions | -rw-r--r-- |
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 |