11 lines
326 B
CSS
11 lines
326 B
CSS
@font-face {
|
|
font-family: 'GP Premium';
|
|
src: url('gp-premium.eot');
|
|
src: url('gp-premium.eot#iefix') format('embedded-opentype'),
|
|
url('gp-premium.ttf') format('truetype'),
|
|
url('gp-premium.woff') format('woff'),
|
|
url('gp-premium.svg#gp-premium') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|