@font-face {
    font-family: "Anarchy Sans";
    font-style: normal;
    font-weight: normal;
    src: url("http://joaosantacruz.com/jz2/plugins/jzStripes/AnarchySans.otf") format("opentype");
}

.stripes {
    font-family:Anarchy Sans, courier !important;
    color: #fff;
    height: 400px;
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.stripe:hover {
    background: none repeat scroll 0 0 red !important;
    font-size: 18px !important;
}

.stripe{
    font-family:Anarchy Sans, courier !important;
    color:#FFF;
    display:inline-block;
    cursor:pointer;
    margin:-2px;
    overflow:hidden;
    height:600px;
}

.stripe span{
    font-family:Anarchy Sans, courier;
    overflow:hidden;
    margin:0px 1px 0 1px !important;
}