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