From Fedora Project Wiki
(Created page with "body { font-family: "Open sans", Helvetica, Arial }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
body {
font-family: "Open sans", Helvetica, Arial
font-family: "Open sans", Helvetica, Arial
}
@media screen div#content, body {
background: #E6E6E6;
}
}

Latest revision as of 02:49, 30 July 2015

body {
font-family: "Open sans", Helvetica, Arial
}

@media screen div#content, body {
background: #E6E6E6;
}