@font-face {
    font-family: 'meggitt-copy-icons';
    src:    url('fonts/meggitt-copy-icons.eot?netfor');
    src:    url('fonts/meggitt-copy-icons.eot?netfor#iefix') format('embedded-opentype'),
        url('fonts/meggitt-copy-icons.ttf?netfor') format('truetype'),
        url('fonts/meggitt-copy-icons.woff?netfor') format('woff'),
        url('fonts/meggitt-copy-icons.svg?netfor#meggitt-copy-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'meggitt-copy-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-link-icon:before {
    content: "\e900";
}

