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

.virgolette 
{
  /*display: inline-block;*/
  font: normal normal normal 14px/1 tryst;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  
}

