Use on the webTotal Use [ 6188 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/ed7f4ffc2ac58b00fe043043da910caa?family=DF-SJPO023-W11" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/ed7f4ffc2ac58b00fe043043da910caa?family=DF-SJPO023-W11);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "DF-SJPO023-W11";
src: url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.eot");
src: url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/ed7f4ffc2ac58b00fe043043da910caa.svg#DF-SJPO023-W11")format("svg");
}
2CSS rules to specify fonts
font-family: "DF-SJPO023-W11";