卢比与字体重量光的html符号

时间:2016-05-17 10:46:33

标签: html fonts font-face

是否有任何带字体重量轻的卢比字体文件或任何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;}

我希望卢比字体重量轻。

由于

1 个答案:

答案 0 :(得分:0)

If your machine supports Unicode 6.0 its as easy as ₹ (&#x20B9;) and another way:

<span style='font-weight:100;'>&#8377;</span>