15 lines
341 B
CSS
15 lines
341 B
CSS
|
|
@font-face {
|
|
font-family: 'LeagueGothicCondensed';
|
|
src: url('LeagueGothicCondensed_400I.otf') format('opentype');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LeagueGothicCondensed';
|
|
src: url('LeagueGothicCondensed_400.otf') format('opentype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|