@font-face {
  font-family: 'ck-icons';
    src: url('https://img.chefkoch-cdn.de/assets/v2/ck-icons.eot?1g1w1m');
    src: url('https://img.chefkoch-cdn.de/assets/v2/ck-icons.eot?1g1w1m#iefix') format('embedded-opentype'),
        url('https://img.chefkoch-cdn.de/assets/v2/ck-icons.woff?1g1w1m') format('woff'),
        url('https://img.chefkoch-cdn.de/assets/v2/ck-icons.ttf?1g1w1m') format('truetype'),
        url('https://img.chefkoch-cdn.de/assets/v2/ck-icons.svg?1g1w1m#ck-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.chefkoch-icons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ck-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;

    /* 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;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

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

    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}
