Changed CSS file and Mega Poblems
-
Hi:
I was tying to change the body font for Magazine Basic. I read up on it here and found instructions as follows:
how to change font in magazineFor the font:
locate body { in your CSS style sheet
insert the following:
font-family: arial (or whatever font you want)eg:
body {
color: #444;
margin: 0 auto;
font-size: 14px;
padding: 0;
background: #000000;
font-family: arial
}When I did this I got a mess. No formatting, just a bunch of words running down the side of a page.
Here’s the way the code looks now.body {
font-family: verdanaeg:
body {
color: #444;
margin: 0 auto;
font-size: 14px;
padding: 0;
background: #eee;
font-family: verdana
position: relative;
}h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a {
color: #222;
font-family: Georgia, Times, serif;
font-weight: normal;I’m a complete novice so I follow instructions to the letter. Am afraid to change anything that isn’t absolutely specified. I do see that there are two other font families specified at the end. Have no idea how they relate to the verdana font-family, whether to change them or how.
Can anyone help me with this, please? Although I’d like to change the font to a sans serif, I’d take any font just to have my files back.
Thank you,
Jane
https://www.hangingmoonpress.com
- The topic ‘Changed CSS file and Mega Poblems’ is closed to new replies.