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