Modifying site title font and global font weight
-
Hi,
I’m using the Flat theme by YoArts. I’d like to make the following changes:
– the site title font family (currently Amatic SC)
– the font family & size for Page links (e.g. “About”). I’m currently not even sure which heading tag it is (h2 or…)
– the font size & weight for the global font (the text of each post). I’d like to change it from PT Sans to Open Sans with a font weight of 400, but in Customize, I can only change the font-family (and it defaults to a weight of 300)
– the post sub-heading font family and size (e.g. the date of each post, directly under post title), currently “Dosis” at 12px.Basically, there are a million fonts on this page, and I’d like to make the font choices more coherent.
In the theme Customize options, I can change the Global, Heading and Sub-heading font families by choosing from limited options, and I can’t modify the size, weight, etc.
I created a child theme. To change the title font family, for example, I tried putting into the child stylesheet:
#masthead .site-title { font-family: "PT Sans"; font-size: 50px; line-height: 50px; }
after
@import url("../flat-master/style.css");
but it doesn’t work. The normal theme stylesheet doesn’t have any real CSS in it, just a theme description blocked off as a comment.
My site is kat e wai dot com (no spaces and the dot is a period, obviously)
Thank you!!
- The topic ‘Modifying site title font and global font weight’ is closed to new replies.