How can I have a special FONT for specific FIELDS?

Hi Chris, the Font is now loaded on our server and I just need to add the CSS to the fields I have to learn how to do it. The eCheck will be designed to have fields overlaid on the blank check and then printed on a laser printer with special magnetic ink so the check will work physically for bank deposits.

@font-face {
font-family: “CustomFont”;
src: url(“https://azpublishing.org/css/fonts/webfontkit-MICRE13B/micre13b_match-webfont.woff”) format(“woff”),
src: url(“https://azpublishing.org/css/fonts/webfontkit-MICRE13B/micre13b_match-webfont.woff2”) format(“woff”),
src: url(“https://azpublishing.org/css/fonts/webfontkit-MICR/micre13b-webfont.woff”) format(“woff”),
src: url(“https://azpublishing.org/css/fonts/webfontkit-MICR/micre13b-webfont.woff2”) format(“woff”),
}