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