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