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