I am looking to incorporate a unique font from my computer for the placeholder and button text.
Here is how I defined my @font-face:
@font-face {
font-family: customfont2;
src: url(Font/otf/segment14.regular.otf);
}
Currently, I am working on a Decimal/Binary/Hexadecimal converter.
<div id="decimal">
<input placeholder="Enter Decimal Here">
<button>Convert Decimal</button>
</div>