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