I just end up seeing this:  font-face {
    font-family: 'GNUTypewriter';
        src: 
url('<a href="http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/e47a6e209a23b19c08d3d6e6a6db50d7/GNUTypewriterStandard.otf" rel="nofollow">http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/e47a6e209a23b19c08d3d6e6a6db50d7/GNUTypewriterStandard.otf</a>')
 format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GNUTypewriter';
        src: 
url('<a href="http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf" rel="nofollow">http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf</a>')
 format('truetype');
    font-weight: normal;
    font-style: normal;
}
h4.sheet-section-head {
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'GNUTypewriter';
    font-weight: normal;
    font-style: normal;
}
div.sheet-section {
    border: 1px solid black;
    padding: 1%;
    margin: 0 0 1% 0;
}
table td.sheet-attr {
    width: 13.33%;
    height: 58px;
}
table td.sheet-attr-label {
    width: 13.33%;
    height: 58px;
    font-size: 120%; 
    text-align: center;
}
input.sheet-attr-input-std {
    width: 100%; 
    height: 58px; 
    font-size: 200%; 
    text-align: center;
}
input[type="number"].sheet-attr-input-small {
    width: 100%;
    text-align: center;
}
table td.sheet-skill-label {
    width: 100%;
}
input[type="text"].sheet-skill-input {
    width: 30px;
}
input[type="number"].sheet-skill-input {
    width: 30px;
}
texarea.sheet-backstory-box {
    height: 75px;
}  Instead of a character sheet. What is happening?