Better DF text style, misc fixes

This commit is contained in:
PeridexisErrant 2015-09-28 23:35:02 +10:00
parent 1b1f513504
commit 1f4de0a585
5 changed files with 21 additions and 15 deletions

BIN
misc/_static/cp437.ttf Normal file

Binary file not shown.

View file

@ -22,12 +22,18 @@
font-size: 0.9em;
}
@font-face {
font-family: cp437;
src: url("cp437.ttf");
}
.guilabel {
/* In-game text CSS from the DF wiki; applies to :guilabel:`` directives.
* Use this for any text from an in-game announcement or menu.
*/
color: #C0C0C0;
font-family: 'fixedsys', monospace;
color: #CBC7C0;
font-family: cp437;, 'fixedsys', monospace;
background: #000000;
font-size: 0.9em;
font-size: 0.95em;
padding: 0.05em 0.4em;
}