mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
Fixes to sharp.css including some cross-platform font support
This commit is contained in:
parent
a31a3a281f
commit
9c3124177f
17
stylesheets/fonts/LICENSE-tahoma
Normal file
17
stylesheets/fonts/LICENSE-tahoma
Normal file
@ -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.
|
BIN
stylesheets/fonts/tahoma.ttf
Normal file
BIN
stylesheets/fonts/tahoma.ttf
Normal file
Binary file not shown.
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user