Can I specify unique fonts on pages or in the sidebar?
-
Hello,
Is it possible to specify a special font for a one-time use, for example on a page or in the sidebar?
I have a rudimentary understanding of how WordPress uses the style.css file to specify font characteristics throughout the blog. For example I have modified the Kubrick theme to make h1, h2, etc, etc exactly what I want so my blog looks the way I want. I have also tinkered with the php files; for example, I have made the sidebar hide listings of certain pages that I want to remain private. But here my understanding of how things works breaks down a little and I am having a lot of trouble figuring out what I need from the forums and docs.
What I would like to do is have a unique font on one of my pages. Specifically, I removed the header from my “About the author” page and I want to replace it with an h1-like font that just says my name. I did this by making a special template for this page and specifying <h1></h1> for the title call:
However, the rest of the blog needs h1 to be a centered font (this is specified in style.css), but here I want the font to be left-aligned. And while I’m at it I would like to reduce the size a little.
Can I create a whole new font category (h?) in style.css? Or can I achieve this by doing something in the special page template I have created?
Sorry so long, thanks if you can help me.
- The topic ‘Can I specify unique fonts on pages or in the sidebar?’ is closed to new replies.