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