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