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