use better serif fonts

This commit is contained in:
danielgrippi 2012-02-27 18:41:13 -08:00
parent 879b3d135a
commit 81de530ce3
2 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<div class="rich-media">
<div class="rich-media-container">
{{{o_embed_cache.data.html}}}

View file

@ -146,6 +146,11 @@ $pane-width: 420px;
.multi-photo {
display: table;
p {
font-weight: bold;
font-size: 20px;
}
.img-bounding-box {
display: table-cell;
text-align: center;
@ -179,7 +184,8 @@ $pane-width: 420px;
p {
font-size: 20px;
line-height: 28px;
font-family: georgia, times, serif;
font-family: Palatino, times, georgia, serif;
margin-bottom: 30px;
}
}
@ -198,6 +204,8 @@ $pane-width: 420px;
.status-with-photo-backdrop {
p {
color: #fff;
font-size: 80px;
line-height: 90px;
a {
@include transition(background-color, 0.3s);
@ -273,7 +281,7 @@ $pane-width: 420px;
text-align: center;
background-color: #333;
h3 {
p {
color: #999;
}