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