@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:nixieone;
    src: local(nixieone.ttf), url(nixieone.ttf), format('opentype');
}

p {
    font-family:nixieone;
}