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