Thursday, October 2, 2014

cara menggunakan web font

@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
    url('WebFont.woff') format('woff'),
    url('WebFont.ttf') format('truetype'),
    url('WebFont.svg#webfont') format('svg');
}

<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />

No comments:

Post a Comment