Fixes to sharp.css including some cross-platform font support

This commit is contained in:
Daniel Saunders
2017-07-24 12:51:33 -04:00
parent a31a3a281f
commit 9c3124177f
3 changed files with 24 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
/**
* wasabi.css
* sharp.css
* For AwsumChan by Circlepuller
*/
@font-face {
font-family: Tahoma;
src: url('fonts/tahoma.ttf');
}
body {
background: #FFF url('img/fade-gray.png') repeat-x 50% 0%;
color: black;
@@ -59,7 +64,7 @@ h1.logo img {
background-position: center;
}
div.title, h1 {
color: #AF0A0F;
color: #000;
text-align: center;
}
div.title {