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