我想使用我电脑中的自定义字体作为占位符和按钮。
我的@font-face.
@font-face {
font-family: customfont2;
src: url(Font/otf/segment14.regular.otf);
}
我在做 Dec/Bin/Hex 转换器
<div id="decimal">
<input placeholder="Type Decimal Here">
<button>Convert Decimal</button>
</div>