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