Re: Link Fonts in blog
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”; };