@font-face {
    font-family: 'myGoMono';
    src: url(Go-Mono.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myGoMono';
    src: url(Go-Mono-Bold.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'myGoMono';
    src: url(Go-Mono-Italic.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'myGoMono';
    src: url(Go-Mono-Bold-Italic.woff);
    font-weight: bold;
    font-style: italic;
}