Community Forums › Forums › Archived Forums › Design Tips and Tricks › Site Title CSS – Figuring Out My Fonts
Tagged: Agentpress, css, fonts, title
- This topic has 5 replies, 3 voices, and was last updated 12 years, 12 months ago by
frobn.
-
AuthorPosts
-
January 9, 2013 at 6:19 pm #10837
mborger
MemberHello. I have a couple related questions regarding fonts on two sites: bigrockinvestments.com (BRI) and honoluludreamcondo.com (HDC).
BRI uses AgentPress. However, I just updated both to Genesis 1.9 and I like the default font (visible on HDC) much better than the default of AgentPress (BRI) which is much more compact.
I'm trying to find out:
1) where these settings are located, and
2) where/how to change them if desired.
I did find this on the current BRI agentpress style.css (regarding site title):
#title {
font-family: 'Oswald', arial, serif;
font-size: 48px;
line-height: 48px;
margin: 0 0 5px;
text-transform: uppercase;
}
And I assume that it means Oswald is the default title font for AgentPress (site title in the header). But then I saw the exact same info in HDC which has a much different font being used for the title. So now I'm confused.
I did see this: http://www.briangardner.com/google-font-combinations/ for some ideas. Of course, I'm not sure which combinations BRI and HDC are currently using given the above confusion - or where to look in the code to find this out.
I also followed the link in that post to: http://www.studiopress.com/tips/google-web-fonts.htm but am not sure if this is still the correct way to go once I get a grip on the above as it's an older post.
Please help me understand the above as it relates to: site title (header) as well as fonts on regular posts and pages as everything looks different between BRI and HDC. Thank you kindly in advance.January 10, 2013 at 6:39 pm #11072mborger
Member*UPDATE*
BRI now has the same issue -- after upgrading to Genesis 1.9, the font of the site title changed. It's now much wider and takes up more horizontal space, overwriting the logo that I embedded on the header image. Please see:
Where can I change the font so that I can make it fit like the previous font before I upgraded?
Thank you.
January 10, 2013 at 7:20 pm #11090mborger
MemberModerators - apologies. The previous post was a caching issue. Please ignore the update.
However my original query of wanting to understand the fonts for the site titles (and elsewhere) still applies and how to alter them.
Thank you.
March 14, 2013 at 12:08 am #26134NBMEDIC
MemberThis reply has been marked as private.March 14, 2013 at 12:34 am #26138mborger
MemberI honestly can't recall, but there are a ton of free icon sets online.
March 14, 2013 at 8:44 am #26174frobn
MemberInclude this css at the bottom of your style.css
#title { font-size: 54px; }if you want a different font than the default font
add
font-family: 'your font';
If you do change the font you will probably need to change the size so that it fits properly.
If you want to see what fonts your theme is using open style.css in a text editor and search for 'font-family'
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.