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