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