﻿@font-face {
  font-family: 'sw-toolbar';
  src:  url('../fonts-sw/toolbar.eot?x5o7h8');
  src:  url('../fonts-sw/toolbar.eot?x5o7h8#iefix') format('embedded-opentype'),
    url('../fonts-sw/toolbar.ttf?x5o7h8') format('truetype'),
    url('../fonts-sw/toolbar.woff?x5o7h8') format('woff'),
    url('../fonts-sw/toolbar.svg?x5o7h8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="toolbar-"], [class*=" toolbar-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sw-toolbar' !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;
}

.toolbar-ruler:before {
  content: "\e616";
}
.toolbar-search:before {
  content: "\f002";
}
.toolbar-pen-ruler:before {
  content: "\e900";
}
.toolbar-stack:before {
  content: "\e92e";
  font-weight: bolder;
}