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