User:Maiko Furubayashi/style.css: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
New page: *{ font-family: Helvetica Neue Light; } |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@import url(http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic); | |||
font-family: | |||
#content{ | |||
font-family: 'Lato', sans-serif; | |||
} | |||
#bodyContent{ | |||
padding:20px; | |||
} | |||
h1.firstHeading{ | |||
display:none; | |||
} | |||
h2{ | |||
font-weight: bold; | |||
} | } | ||
Revision as of 03:07, 27 August 2014
@import url(http://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic);
#content{
font-family: 'Lato', sans-serif;
}
#bodyContent{
padding:20px;
}
h1.firstHeading{
display:none;
}
h2{
font-weight: bold;
}