Changed default font to Droid Sans
This commit is contained in:
parent
1c6db4313a
commit
0c42e15aa5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
@import url("http://fonts.googleapis.com/css?family=Source+Code+Pro");
|
||||
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
|
@ -91,7 +92,7 @@ a img {
|
|||
border: none;
|
||||
}
|
||||
body {
|
||||
font-family: 'Arial';
|
||||
font-family: 'Droid Sans';
|
||||
background-color: #faf9f0;
|
||||
color: #444;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue