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