![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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:
and
The full code for my layout is:
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:
Tags: