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