如何为占位符、文本框和按钮应用自定义字体系列?

问题描述 投票:0回答:0

我想使用我电脑中的自定义字体作为占位符和按钮。

我的@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>
html css button font-face placeholder
© www.soinside.com 2019 - 2024. All rights reserved.