@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
    url('GolosText-Regular.ttf') format('truetype'),
    url('GolosText-Regular.eot?#iefix') format('embedded-opentype'),
    url('GolosText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* DemiBold */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
    url('GolosText-DemiBold.ttf') format('truetype'),
    url('GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('GolosText-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
    url('GolosText-Medium.ttf') format('truetype'),
    url('GolosText-Medium.eot?#iefix') format('embedded-opentype'),
    url('GolosText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
    url('GolosText-Bold.ttf') format('truetype'),
    url('GolosText-Bold.eot?#iefix') format('embedded-opentype'),
    url('GolosText-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
    url('GolosText-Black.ttf') format('truetype'),
    url('GolosText-Black.eot?#iefix') format('embedded-opentype'),
    url('GolosText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}