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