@charset "UTF-8";

@font-face {
    font-family:"FZgontakana";
    src: url("../res/FZgontakana.woff") format('woff');
}

#title {
    font-family:FZgontakana;
    font-size:120px;
    color: blue;
}