Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Link Fonts in blog


Magi182
Participant

@magi182

You’re probably having a problem with your css rule not being “strong enough” to override whatever styling is assigned to the links in the first place.

If you have a wrapper div for your blog, try something like

html body div a { font-family: “Comic Sans”; };

Skip to toolbar