是否有任何带字体重量轻的卢比字体文件或任何html符号?
以下是我的代码:
HTML:
<div class="price"><span class="INR">Rs.</span> 40,000</div>
CSS:
@font-face{font-family:'WebRupee';
src:local('../fonts/web-rupee.eot');
src:local('WebRupee'),
url('../fonts/web-rupee.ttf') format('truetype'),
url('../fonts/web-rupee.woff') format('woff'),
url('../fonts/web-rupee.svg') format('svg');
font-weight:normal;
font-style:normal}
.INR{font-family:'WebRupee';font-size:100%;font-weight:normal; margin-right:.2em}
.price{font: 100 40px Roboto;}
我希望卢比字体重量轻。
由于
答案 0 :(得分:0)
If your machine supports Unicode 6.0 its as easy as ₹ (₹
)
and another way:
<span style='font-weight:100;'>₹</span>