| changeset 108 | 7d1b6664e8d6 |
| parent 107 | 87b76270af2f |
| child 109 | b18eca750b40 |
| 107:87b76270af2f | 108:7d1b6664e8d6 |
|---|---|
1 /* $Id$ */ |
|
2 /* balade_nature - fonts */ |
|
3 |
|
4 @font-face { |
|
5 font-family: MinyaNouvelle; |
|
6 font-weight: normal; |
|
7 font-style: normal; |
|
8 src: url('../Fonts/MinyaNouvelle.otf') format('opentype'); |
|
9 } |
|
10 |
|
11 @font-face { |
|
12 font-family: TimesNewRomanPSMT; |
|
13 src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype"); |
|
14 } |
|
15 |
|
16 @font-face { |
|
17 font-family: TriplexLight; |
|
18 src: url("../Fonts/TriplexLight.otf") format("opentype"); |
|
19 } |
|
20 |