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