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