    
    @font-face {
        font-family: 'icomoon';
        src:url('../fonts/icomoon.eot?-gec5f');
        src:url('../fonts/icomoon.eot?#iefix-gec5f') format('embedded-opentype'),
            url('../fonts/icomoon.woff?-gec5f') format('woff'),
            url('../fonts/icomoon.ttf?-gec5f') format('truetype'),
            url('../fonts/icomoon.svg?-gec5f#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    .icon-canon-logo:before
    {
        width:200px;
        background-color:red;
        font-family: 'icomoon';
        text-align:right;
        content: "\e605";
        font-size:20px;
    }

    /*
        RENAME THESE
        .icon-double-arrow:before {
            font-family: 'icomoon';
            content: "\e600";
        }
        .icon-arrow:before {
            font-family: 'icomoon';
            content: "\e601";
        }
        .icon-canon-circle:before {
            font-family: 'icomoon';
            content: "\e602";
        }
        .icon-phone-circle:before {
            font-family: 'icomoon';
            content: "\e603";
        }
        .icon-filled-circle:before {
            font-family: 'icomoon';
            content: "\e604";
        }
        .icon-canon:before {
            font-family: 'icomoon';
            content: "\e605";
        }
        .icon-canon-printers:before {
            font-family: 'icomoon';
            content: "\e606";
        }
        .icon-printer:before {
            font-family: 'icomoon';
            content: "\e607";
        }
    */
