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