Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson
Font Family:-

        इस Property का इस्तेमाल किसी भी HTML Element की Font Family Declare करने के लिए किया जाता हैं।

Syntax:- font-family:Calibri;

CSS मे generally दो प्रकार की font family होती है-

1. Generic Font Family – इसमे same यानि एक समान दिखने वाले font-families के groups शामिल होते है। यह लगभग सारे सिस्टम मे available होते है।

2. specific Font Family – इसमे एक particular font-family होती है जो पहले से system मे उपलब्ध नहीं होती है इसे दूसरे source से install किया जाता है।

        इस properties के द्वारा एक से ज्यादा font families को declare कर सकते है। ऐसा इसलिए किया जाता है की browser सभी fonts को support नहीं करते है। अगर browser पहले font को support नहीं करता है तो दूसरा font apply होगा। इसलिए हम एक से ज्यादा font-family properties का इस्तेमाल करते है।

Note:- अगर font name में एक से ज्यादा word हैं तो, उसे Quotation Marks (“”) के अंदर लिखा जाता हैं। जैसे; “Times New Roman”. एक से ज्यादा Font Families को Comma (,) द्वारा अलग किया जाता हैं।

 

Font Family:-

This property is used to declare the font family of any HTML element.

Syntax:- font-family:Calibri;

There are generally two types of font families in CSS-

1. Generic Font Family– It includes groups of similar looking font-families. It is available in almost all systems.

2. specific Font Family– It contains a particular font-family which is not already available in the system, it is installed from another source.

     More than one font family can be declared through these properties. This is done because browsers do not support all fonts. If the browser does not support the first font then the second font will be applied. That’s why we use more than one font-family properties.

Note:- If the font name contains more than one word, it is written inside quotation marks (“ ”). As; “Times New Roman”. Multiple font families are separated by comma (,).

error: Content is protected !!