aboutsummaryrefslogtreecommitdiffhomepage
path: root/presentation/lib/font/league-gothic/league-gothic.css
blob: 4a56c76b41d08022b24840c71107765c74f1ae6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@font-face {
    font-family: 'League Gothic';
    src: url('league-gothic.eot');
    src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
    url('league-gothic.woff') format('woff'),
    url('league-gothic.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}