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