If you read through the source code of the website, they use letter spacing and word spacing to bring the letters together. They also had these elements as headers which means no need to add font-weight:bold.
h1{
font-size: 77px;
letter-spacing: -0.08em;
margin-bottom: 0.1em;
text-rendering: optimizelegibility;
word-spacing: -0.07em;
line-height:1;
}
thanks for your reply.
Rik my h1 apply nothing is happend css is given below
h1{
font-size: 77px;
letter-spacing: -0.08em;
margin-bottom: 0.1em;
text-rendering: optimizelegibility;
word-spacing: -0.07em;
line-height:1;
font-family: Arial, Helvetica, sans-serif;
color: #FF99FF;
a:link {
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-o-transition: all .25s ease-in;
-ms-transition: all .25s ease-in;
transition: all .25s ease-in;
text-decoration: none;
}
manojb05 wrote:
thanks for your reply.
Rik my h1 apply nothing is happend css is given below
h1{
font-size: 77px;
letter-spacing: -0.08em;
margin-bottom: 0.1em;
text-rendering: optimizelegibility;
word-spacing: -0.07em;
line-height:1;
font-family: Arial, Helvetica, sans-serif;
color: #FF99FF;
a:link {
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-o-transition: all .25s ease-in;
-ms-transition: all .25s ease-in;
transition: all .25s ease-in;
text-decoration: none;
}
You haven't finished the rule for h1 there. It needs a closing curly brace }
North America
Europe, Middle East and Africa
Asia Pacific