10 lines
329 B
CSS
10 lines
329 B
CSS
@font-face {
|
|
font-family: 'Aller';
|
|
src: url('/fonts/aller.eot');
|
|
src: local("Aller"),
|
|
url('/fonts/aller.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/aller.woff') format('woff'),
|
|
url('/fonts/aller.svg#SegoeUILight') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|