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