I have used 'Segoe UI' font in HTML..HTML is converted to PDF using Sejda API, Then it is displaying default font on behalf of Segoe UI font..
.ref {
text-align: left;
color: #717171;
font-size: 12px;
font-family: Segoe UI;
font-weight: 700;
}