Use on the webTotal Use [ 5714 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/782ade2309a38687e1910a936255715d?family=DFPHeiW9-GB" 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/782ade2309a38687e1910a936255715d?family=DFPHeiW9-GB);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "DFPHeiW9-GB";
src: url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.eot");
src: url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/782ade2309a38687e1910a936255715d.svg#DFPHeiW9-GB")format("svg");
}
2CSS rules to specify fonts
font-family: "DFPHeiW9-GB";