diff --git a/stylesheets/fonts/LICENSE-tahoma b/stylesheets/fonts/LICENSE-tahoma deleted file mode 100644 index c35515e8..00000000 --- a/stylesheets/fonts/LICENSE-tahoma +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 4f68d1ed..00000000 Binary files a/stylesheets/fonts/tahoma.ttf and /dev/null differ diff --git a/stylesheets/sharp.css b/stylesheets/sharp.css index a1e95aaa..0652d816 100644 --- a/stylesheets/sharp.css +++ b/stylesheets/sharp.css @@ -2,11 +2,6 @@ * 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; @@ -51,7 +46,7 @@ h2 { padding: 0px; } h1 { - font-family: tahoma; + font-family: tahoma, sans-serif; letter-spacing: -2px; font-size: 20pt; margin-bottom: 0;