@font-face {
  font-family: 'myicon';
  src: url('fonts/myicon.ttf') format('truetype');
}

.ico-x:before {
  content: "x";
}
