Skip to content
Snippets Groups Projects
Commit 059f4950 authored by Lillian Gray's avatar Lillian Gray
Browse files

Move font style so it takes precedent over browser #9

parent 6ba67d73
Branches
No related merge requests found
......@@ -13,6 +13,7 @@
margin: 0;
padding: 0;
outline: none;
font-family: Georgia, Serif;
}
/* Used to easily hide objects in main.js */
......@@ -38,7 +39,6 @@
body {
background: url("../images/header_bg.png") repeat-x scroll left top #EDEDED;
font-family: Georgia, Serif;
overflow-x: hidden;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment