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