mrsmill
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [twentysixteen] Post/Page heading not responding to h1 edits.it was the ‘a’ !!!
Forum: Fixing WordPress
In reply to: Post/Page heading not responding to h1 edits.I’ll move this to the other forum thread. ??
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?I’ll write a new thread, having searched and edited all day, can’t resolve this.
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?Earlier, the inspect element showed these headings had lots of crossed out info, I presume this is conflicting instructions. Not sure which to pay attention to.
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?I’ll click resolved – but my issue has mutated.
The above advice is one of several methods of embedding google fonts.
However, I’ve just the issue of transforming post/page headings which are not responding to above or plugins or other methods (tried them all today!)Forum: Fixing WordPress
In reply to: change font – do I need child header.php?I removed the junge so the eagle lake can be tested. But no joy. (however h1 has gone red as above css directs).
Wondering if I’m using the right spelling/code grammar.google font web say “font-family: ‘Eagle Lake’, cursive;”
the filename; “EagleLake-Regular.ttf”I’ve read hints to use lower case for ie compatability.
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?Hello again! I’ve added
h1 {
color: #ea503f;
font-family: ‘Eagle Lake’, eaglelake, regular;
font-size: 2.5em; /* 40px/16=2.5em */
}
h2 {
font-size: 1.875em; /* 30px/16=1.875em */
}
p {
font-family: ‘junge’, serif;
font-size: 0.875em; /* 16px/16=0.875em */but the eagle lake font isn’t showing. it’s a cursive font.
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?I’m back.
I’ve added.. files via ftp and…/* font family */
@font-face {
font-family: ‘Junge’, serif, ‘Eagle Lake’, cursive;
src: url(‘fonts/junge-regular.ttf, fonts/eagleLake-regular.ttf’);
}and then I also added the above enqueue.
However….
If I’m writing a page or post, how do I choose a font? Or do I need to write in css body=junge h1=eaglelake??Forum: Fixing WordPress
In reply to: change font – do I need child header.php?I’ll give that a try after walking the dog, I’m not confident about the url bit, but I’m sure it’ll make sense eventually. (Thank you!!!!!)
Forum: Fixing WordPress
In reply to: change font – do I need child header.php?Thank you Jack.
So…
download my 2 fonts.
via ftp add a new folder ‘fonts’ to child theme folderthen the only code required is in style.css, eg
@font-face {
font-family: bestfontever;
src: url(my host??);
}Forum: Fixing WordPress
In reply to: White OUTOk. I fixed mine by deleting lots of objects via ftp. The fix came when I deleted my child-functions.php. Obviously something I wrote was corrupt!