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

.fm {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Font-Monster' !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;
}

.fm-big-mouth:before {
    content: "\1f383";
}

