Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title>@font-face !important test</title>
    <style>
    @font-face {
        font-family: iconfont !important;
        font-family: foo; 
        font-weight: 300;
        font-style: normal;
        src: url("http://t.tbcdn.cn/apps/e/brix/fonts/uxiconfont.eot");
        src: url("http://t.tbcdn.cn/apps/e/brix/fonts/uxiconfont.eot?#iefix") format("embedded-opentype"),
            url("http://t.tbcdn.cn/apps/e/brix/fonts/uxiconfont.woff") format("woff"),
            url("http://t.tbcdn.cn/apps/e/brix/fonts/uxiconfont.ttf") format("truetype"),
            url("http://t.tbcdn.cn/apps/e/brix/fonts/uxiconfont.svg#iconfont") format("svg");
    }
    .iconfont {
        font-family: iconfont;
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    </style>
</head>
<body>
    <span class="iconfont">a</span>
    <span class="iconfont">b</span>
    <span class="iconfont">&#103</span>
    <span class="iconfont">&#403</span>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers