So Basically everyone Knows how Ugly H1 looks with the Big and Ugly Looking Font. So I know with CSS you can Modify the Font. So this is waht I did so far:
IN CSS I wrote:
Then I wrote this in the index:
So My Question is did i do it properly, I see that the H1 Header did decrease in size, but i was wondering will this affect my google ranking etc. Or will it not be looked because font has been changed. Please give me some input. THANKS!
IN CSS I wrote:
A:h1 { color: black; font-style: italic; font-weight: bold; font-size: 15px; font-family: Arial; margin-bottom: 0px;margin-top: 0px;margin: 0px; }
Then I wrote this in the index:
<link href="css/main.css" rel="stylesheet" type="text/css">
<style type="text/css">
H1 {font-size:15}
</style></HEAD>
So My Question is did i do it properly, I see that the H1 Header did decrease in size, but i was wondering will this affect my google ranking etc. Or will it not be looked because font has been changed. Please give me some input. THANKS!





