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