mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 00:52:28 +00:00
Jazzing up the section heads with new fonts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user