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