بحث

دروس css الخطوط

انواع الخطوط
font-family
<style type="text/css">
#Serif .Georgia
{
font-family:eorgia, serif;
}
#Serif .Palatino
{
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
</style>
مشاهد معاينه الكود


نمط الخطوط font-style

<style type="text/css">
#aaa
{
font-style:normal;
}
#bbb
{
font-style:italic;
}
#ccc
{
font-style:oblique;
}
</style>



حجم الخطوط font-size
<style type="text/css">
#aaa
{
font-size:1.5em;
}
#bbb
{
font-size:14px;
}
#ccc
{
font-size:medium;
}
</style>



التفاصيل



الخاصيه
الوصف
القيمه
font
مجموعات جميع خصائص الخط في واحد إعلان
font-style
font-variant
font-weight
font-size/line-height
font-family
caption
icon
menu
message-box
small-caption
status-bar
inherit
font-family
يحدد عائلة الخط للنص
family-name
generic-family
inherit
font-size
يحدد حجم الخط في النص
xx-small
x-small
small
medium
large
x-large
xx-large
smaller
larger
length
%
inherit
font-style
تحدد نمط الخط للنص
normal
italic
oblique
inherit
font-variant
وينبغي تحديد ما إذا كان أو لم يتم عرض النص في الخط قبعات صغيرة
normal
small-caps
inherit
font-weight
يحدد حجم عرض الخط
normal
bold
bolder
lighter
100
200
300
400
500
600
700
800
900
inherit





ليست هناك تعليقات:

إرسال تعليق