Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> CSS

วิธีกำหนดตำแหน่งของฟอนต์สำหรับดาวน์โหลดใน CSS


กฎ @font-face ใช้เพื่อกำหนดตำแหน่งของฟอนต์สำหรับดาวน์โหลด แม้ว่าสิ่งนี้อาจมีข้อจำกัดเฉพาะในการใช้งาน

ตัวอย่าง

มาดูตัวอย่างกัน

<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>