You can do it using css to embed the font you want to use.
as in the following example
/* Embedded Fonts */
<!--
@font-face {
font-family: "your font";
font-style:normal;
font-weight: 700;
src: URL(../../"your font file");
}
You can also define class by using the required font
|