1. 程式人生 > >html頁面,css引用外部字型

html頁面,css引用外部字型

@font-face {
    font-family: 'Tw';
    src: url('../fonts/Tw.eot');
    src: url('../fonts/Tw.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tw.woff') format('woff'),
         url('../fonts/Tw.ttf') format('truetype'),
         url('../fonts/Tw.svg#Tw') format('svg');
    font-weight: normal;
    font-style: normal;
}