2019/0307/前端HTML5鑲嵌字型&伺服器網域概念
Last updated
Last updated
@font-face {
font-family: 'MyPlayerFont';
src: url('fonts/WEBDINGS.ttf') format('truetype');
}
@font-face {
font-family: 'MyPlayerFont';
src: url('fonts/WEBDINGS.svg') format('svg');
}
@font-face {
font-family: 'MyPlayerFont';
src: url('fonts/WEBDINGS.eot') format('embedded-opentype');
}
@font-face {
font-family: 'MyPlayerFont';
src: url('fonts/WEBDINGS.woff') format('woff');
}