yes You declare it in CSS as follows:
@font-face { font-family: urfont; src: url('urfont.otf'); }
@font-face { font-family: urfont; font-weight: bold; src: url('urfont.otf');}
Then you can just refer to it like other standard fonts:
<select style="font-family: urfont, sans-serif;"
source
share