@ফন্ট-ফেস নিয়মটি ডাউনলোডের জন্য একটি ফন্টের অবস্থান নির্ধারণ করতে ব্যবহৃত হয়, যদিও এটি বাস্তবায়ন-নির্দিষ্ট সীমার মধ্যে চলতে পারে।
উদাহরণ
আসুন একটি উদাহরণ দেখি
<style> <!-- @font-face { font-family: "Scarborough Light"; src: url("https://www.font.site/s/scarbo-lt"); } @font-face { font-family: Santiago; src: local ("Santiago"), url("https://www.font.site/s/santiago.tt") format("truetype"); unicode-range: U+??,U+100-220; font-size: all; font-family: sans-serif; } --> </style>