change font
This commit is contained in:
parent
a90c97c578
commit
176f81e8fb
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
/* Retro 90s Styling */
|
/* Retro 90s Styling */
|
||||||
body {
|
body {
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
font-family: "Times New Roman", Times, serif;
|
font-family: "Verdana", "Arial", "Helvetica", sans-serif, "Times New Roman", Times, serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-image: url("assets/bg_texture.gif"); /* Fallback if not found is just grey */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue