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