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