.css fonts
.css fonts family hindi me
.css font style
css fonts-
css fonts properties- size,style, boldness,font family को परिभाषित करता है।
css family two types(सीएसएस परिवार दो प्रकार)-
1 generic family-
इसी तरह के font वाले परिवारों का group hai.
exa- .serif
2 font family-
font family ka use font property ki liye use kiya jata hai. font family me kuch famous web font name.
exa-
.times new roman
.arial
.verdana
some new css3 web fonts name like-
.gargi font
.kalimati
.cdac font
. samanata font
exa font family-
p
{
font family:arial,times new roman;
}
font style hindi -
font style types- normal,italic, oblique
exa-
p
{
font style:italic;
}
3 font size pixels properties-
pixel के साथ text का आकार सेट करना आपको text size full control.
exa-
h1
{
font size:50px;
}
4 font weight define-
types font weight- bold, normal
exa-
p
{
font weight:normal;
}
5 font size adjust-
font ko adjust kiya jata hai.
exa-
p
{
font size:adjust;
}

No comments:
Post a Comment