diff --git a/stylesheets/fonts/LICENSE-tahoma b/stylesheets/fonts/LICENSE-tahoma new file mode 100644 index 00000000..c35515e8 --- /dev/null +++ b/stylesheets/fonts/LICENSE-tahoma @@ -0,0 +1,17 @@ +Copyright (c) 1993-2016 the Wine project authors (see the file AUTHORS +for a complete list) + +Wine is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the +Free Software Foundation; either version 2.1 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +A copy of the GNU Lesser General Public License is included in the +Wine distribution in the file COPYING.LIB. If you did not receive this +copy, write to the Free Software Foundation, Inc., 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/stylesheets/fonts/tahoma.ttf b/stylesheets/fonts/tahoma.ttf new file mode 100644 index 00000000..4f68d1ed Binary files /dev/null and b/stylesheets/fonts/tahoma.ttf differ diff --git a/stylesheets/sharp.css b/stylesheets/sharp.css index b2689fe9..a1e95aaa 100644 --- a/stylesheets/sharp.css +++ b/stylesheets/sharp.css @@ -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 {