Adding font and fixing up css

This commit is contained in:
Ubergeek 2019-08-05 23:21:31 +00:00
parent 65fd3d2a71
commit 73ec99f00b
2 changed files with 1 additions and 1 deletions

BIN
includes/dot.ttf Executable file

Binary file not shown.

View File

@ -1,4 +1,4 @@
/*@font-face { font-family: dot; src: url('https://thunix.net/~ubergeek/includes/dot.ttf'); } */
/*@font-face { font-family: dot; src: url('https://thunix.net/includes/dot.ttf'); } */
body{font-family:"dot",Courier,monospace;background:#000;color:#F79862}
#body{width:95%}
#body h1{color:orange}