@font-face {
    font-family: 'gb_logos';
    src:    url('fonts/gb_logos.eot?p52yny');
    src:    url('fonts/gb_logos.eot?p52yny#iefix') format('embedded-opentype'),
        url('fonts/gb_logos.ttf?p52yny') format('truetype'),
        url('fonts/gb_logos.woff?p52yny') format('woff'),
        url('fonts/gb_logos.svg?p52yny#gb_logos') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="logo-"], [class*=" logo-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gb_logos' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-admin:before {
    content: "\e600";
}
.logo-app:before {
    content: "\e601";
}
.logo-golfbox:before {
    content: "\e602";
}
.logo-livescoring:before {
    content: "\e603";
}
.logo-player:before {
    content: "\e604";
}
.logo-protrainer:before {
    content: "\e605";
}
.logo-touch:before {
    content: "\e606";
}
.logo-tournament:before {
    content: "\e607";
}

