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