Bạn sẽ có cái nhìn và cảm nhận (Look and Feel) khác nhau về một trang web tùy vào các font khác nhau ở các hệ điều hành khác nhau như Windows, Linux hoặc Mac iOS. Dưới đây chúng tôi liệt kê một danh sách các font khác nhau có trong các hệ điều hành khác nhau.

Thẻ <font> là thẻ cũ từ phiên bản HTML 4.0 và bây giờ tất cả các font được thiết lập bằng cách sử dụng CSS. Dưới đây là cú pháp đơn giản để thiết lập font cho một trang web.

body { font-family: "new century schoolbook"; }

hoặc

<body style="font-family:new century schoolbook;">

Ví dụ

<!DOCTYPE html>
<html>
    <head>
        <title>Vi du thiet lap font su dung CSS</title>
    </head>
    <body>

        <p>Ban hay thay doi font va kiem tra.</p>
        <div style="font-family:verdana;">Vi du demo cho font family</div>
        <br />
        <div style="font-size:120%;">Vi du demo cho font size</div>
        <br />
        <div style="font-size:14pt;">Vi du demo cho font size</div>

    </body>
</html>

Sau khi chạy đoạn code trên sẽ cho kết quả sau:

Ban hay thay doi font va kiem tra.

Vi du demo cho font family

Vi du demo cho font size

Vi du demo cho font size

Các Font cho Hệ thống Microsoft

FontFontFont
Andale MonoArialArial Bold
Arial ItalicArial Bold ItalicArial Black
Comic Sans MSComic Sans MS BoldCourier New
Courier New BoldCourier New ItalicCourier New Bold Italic
GeorgiaGeorgia BoldGeorgia Italic
Georgia Bold ItalicImpactLucida Console
Lucida Sans UnicodeMarlettMinion Web
SymbolTimes New RomanTimes New Roman Bold
Times New Roman ItalicTimes New Roman Bold ItalicTahoma
Trebuchet MSTrebuchet MS BoldTrebuchet MS Italic
Trebuchet MS Bold ItalicVerdanaVerdana Bold
Verdana ItalicVerdana Bold ItalicWebdings

Bạn có thể kiểm tra các ví dụ tại: Ví dụ về Microsoft Font. Bạn cũng có thể tìm hiểu thông tin về Microsoft Font tại http://www.microsoft.com/typography/fonts.

Các Font cho Hệ thống Macintosh

Sau đây là danh sách các Font được hỗ trợ bởi Macintosh System 7 và phiên bản cao hơn.

FontFontFont
American TypewriterAndale MonoApple Chancery
ArialArial BlackBrush Script
BaskervilleBig CaslonComic Sans MS
CopperplateCourier NewGill Sans
FuturaHerculanumImpact
Lucida GrandeMarker FeltOptima
Trebuchet MSVerdanaWebdings
PalatinoSymbolTimes
OsakaPapyrusTimes New Roman
TextileZapf DingbatsZapfino
TechnoHoefler TextSkia
Hoefler Text OrnamentsCapitalsCharcoal
GadgetSand

Bạn có thể kiểm tra các ví dụ tại: Ví dụ về Mac OS Font

Các Font cho Hệ thống Unix

Sau đây là danh sách các Font được hỗ trợ bởi hầu hết các Hệ thống Unix:

FontFontFont
CharterCleanCourier
FixedHelveticaLucida
Lucida brightLucida TypewriterNew Century Schoolbook
SymbolTerminalTimes
Utopia

Bạn có thể theo dõi các ví dụ tại: Ví dụ Unix Font

Viết câu trả lời

Drop Images

0 Bình luận