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