@CHARSET "UTF-8";
/**
 * CSS for the janware matcher plugin
 */
span.janware-text.blah {
      width: 300px;
      height: 100px;
      background: url(/janware/images/logo-janware/logo-janware-546.png);
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}

span.janware-text {
    font-family: 'janware';
    font-weight: 150;
    display: inline;
    text-decoration: inherit; /* underline linked janware text, too */
}

@font-face {
    font-family: 'janware';
    src: url(/janware/fonts/janware.woff);
    font-style: 'normal';
    font-weight: 100;
}
