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