Jazzing up the section heads with new fonts

This commit is contained in:
Matthew Carpenter
2014-07-08 22:22:21 -04:00
parent 3a9ffbc9de
commit e48216b5ff
+17
View File
@@ -1,7 +1,24 @@
font-face {
font-family: 'GNUTypewriter';
src: url('http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/e47a6e209a23b19c08d3d6e6a6db50d7/GNUTypewriterStandard.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'GNUTypewriter';
src: url('http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf') 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 {