@font-face {
  font-family: 'my_conent';
  src:  url('../fonts/my_conent.eot?z8xukn');
  src:  url('../fonts/my_conent.eot?z8xukn#iefix') format('embedded-opentype'),
    url('../fonts/my_conent.ttf?z8xukn') format('truetype'),
    url('../fonts/my_conent.woff?z8xukn') format('woff'),
    url('../fonts/my_conent.svg?z8xukn#my_conent') format('svg');
  font-weight: normal;
  font-style: normal;
}
.my_webfont{    
  font-family: my_conent !important;    
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;    
  -moz-osx-font-smoothing: grayscale;
}
