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 committed by discomrade
parent a8b80c7037
commit 75a59ece64
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 {