mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change font to a generic type.
This makes the site look better in Opera. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
07e4d397ba
commit
6e1de70596
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ body {
|
||||||
background: #fbf8f1 url("../images/titlebar.png") repeat-x top left;
|
background: #fbf8f1 url("../images/titlebar.png") repeat-x top left;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
color: #555;
|
color: #555;
|
||||||
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
/* Divs */
|
/* Divs */
|
||||||
#head_container {
|
#head_container {
|
||||||
|
|
Loading…
Add table
Reference in a new issue