14 lines
348 B
CSS
14 lines
348 B
CSS
@font-face {
|
|
font-family: 'PT Sans';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('PT Sans'), local('PTSans'), url('global/font.eot?#iefix&v=3.2.1') format('eot');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'PT Sans';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
src: local('PT Sans'), local('PTSans'), url(global/font.woff) format('woff');
|
|
}
|