2015-02-28

tropicsbear: Tadashi carrying Ainosuke bridal style (Default)

Changing the font family of usernames

I'm trying to find a way to change the font family of the poster usernames in entries and comments. I've managed to switch the style to lowercase, but the font family refuses to change.

Relevant bits of code (I think) are these:

.poster a {
font-family: "Crete Round", Helvetica, sans-serif;
font-size: 13px;
text-transform: lowercase;
}


and

.comment-poster a {
font-family: "Crete Round", Helvetica, sans-serif;
font-size: 13px;
text-transform: lowercase;
}


The full code for my layout is: