Wednesday, August 6, 2014

Hướng dẫn Nhúng font bằng css:

Nhúng font bằng css: vào Css viết đoạn code như ở dưới.
@font-face {
font-family:”Roboto Condensed”;
src:url(“fonts/Roboto-Condensed.eot?”)format(“eot”),
url(“fonts/Roboto-Condensed.woff”)format(“woff”),
url(“fonts/Roboto-Condensed.ttf”)format(“truetype”),
url(“fonts/Roboto-Condensed.svg#Roboto-Condensed”)format(“svg”);
}
Với fonts là thư mục chứa font, Roboto-condensed.xxx là font cần nhúng. Mỗi trình duyệt thường yêu cầu các loại mã font khác nhau nên sẽ cần nhúng đầy đủ.
Cách sử dụng: Gọi tên font vừa tạo ở trên, ở đây là Roboto Condensed.  Ví dụ gọi cho thẻ <p>: p {font-family: “Roboto Condensed“;};

Chuyên trang chia sẻ kiến thức Công Nghệ Thông tin. Quản trị mạng – Thiết kế Website


EmoticonEmoticon