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

/* Chrome hack: SVG is rendered more smoothly in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'a11y-toolbar';
    src: url('../font/a11y-toolbar.svg?87287305#a11y-toolbar') format('svg');
  }
}
*/

[class^="aticon-"]:before, [class*=" aticon-"]:before {
    font-family: "a11y-toolbar" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.aticon-font:before {
    content: '\e800';
}

.aticon-adjust:before {
    content: '\e801';
}

.aticon-tint:before {
    content: '\e802';
}