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