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