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