blob: 7d251f30fbc5f9c5e3628f46b8886edef25b1fff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* font Estrangelo Edessa */
@font-face {
font-family: 'Estrangelo Edessa';
src: url('../fonts/estre.eot');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Estrangelo Edessa';
src: url('../fonts/estre.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Estrangelo Edessa';
src: url('../fonts/estre.ttf') format('truetype'),
url('../fonts/estre.woff') format('woff'),
url('../fonts/estre.svg') format('svg');
font-weight: normal;
font-style: normal;
}
|