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