11 lines
383 B
CSS
11 lines
383 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'Aquiline';
|
||
|
|
src: url('Aquiline-webfont.eot');
|
||
|
|
src: url('Aquiline-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
|
url('Aquiline-webfont.woff') format('woff'),
|
||
|
|
url('Aquiline-webfont.ttf') format('truetype'),
|
||
|
|
url('Aquiline-webfont.svg#AquilineRegular') format('svg');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
|
||
|
|
}
|